GNOME Bugzilla – Bug 696232
win32: do not crash on invalid utf8 conversion
Last modified: 2013-03-23 19:49:41 UTC
g_utf8_to_utf16() is not guaranteed to succeed. Check the error and return if it failed.
Created attachment 239414 [details] [review] win32: do not crash on invalid utf8 conversion
Review of attachment 239414 [details] [review]: Looks fine to me
Attachment 239414 [details] pushed as 564b4e6 - win32: do not crash on invalid utf8 conversion