GNOME Bugzilla – Bug 503168
Crash in html_color_new_from_name
Last modified: 2008-07-29 22:30:38 UTC
Steps to reproduce: html_color_new_from_name function crashes if color contains just "rgb" string. Attached patch fixes the crash. Stack trace: Other information: Will attach patch for this.
*** Bug 503169 has been marked as a duplicate of this bug. ***
Example to trigger this bug: <p style="color: rgb">
Created attachment 100792 [details] [review] Patch fixing this crash
Thanks for the patch. This is now committed to SVN.