GNOME Bugzilla – Bug 693353
Be more robust against unknown entry types
Last modified: 2013-03-08 13:57:24 UTC
See attached patch
Created attachment 235439 [details] [review] Be more robust against unknown entry types Right now when an unknown entry type is encountered, we can end up appending a NULL value in the middle of the entry list, which might later result in a segfault in the client dereferencing NULL when iterating the list. Be more robust to that error, so that the returned entry list is always composed of valid elements. https://bugzilla.redhat.com/show_bug.cgi?id=872884
Comment on attachment 235439 [details] [review] Be more robust against unknown entry types Thanks for the patch.