Skip to content
Commit 8ee18b22 authored by Federico Mena Quintero's avatar Federico Mena Quintero
Browse files

bgo#738169 - Avoid cycles while resolving paint server fallbacks

If a chain of paint servers, defined through the xlink:href attribute, has a cycle,
then we would loop infinitely while resolving the base paint server.  We now
use a tortoise-and-hare to detect cycles and stop appropriately.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=738169



Signed-off-by: default avatarFederico Mena Quintero <federico@gnome.org>
parent 40af93e6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment