GNOME Bugzilla – Bug 670557
gvaluetransform: Fix an infinite loop with GFlagsValue sets with the 0 value
Last modified: 2012-02-22 13:07:00 UTC
Transforming a GValue holding flags from a GFlagsValue set that includes the 0 value (no flag bits set) into a string would loop until exhausting all the available memory.
Created attachment 208148 [details] [review] gvaluetransform: Fix an infinite loop with GFlagsValue sets with the 0 value
*** Bug 670552 has been marked as a duplicate of this bug. ***
Review of attachment 208148 [details] [review]: Nice catch
(In reply to comment #2) > *** Bug 670552 has been marked as a duplicate of this bug. *** Thanks for cleaning my git-bz misuse Akhil. Attachment 208148 [details] pushed as 9ff09f3 - gvaluetransform: Fix an infinite loop with GFlagsValue sets with the 0 value