GNOME Bugzilla – Bug 680704
g_utf8_strup() crash
Last modified: 2012-07-27 17:46:04 UTC
Created attachment 219738 [details] [review] Patch v1 g_utf8_strup() tries to call setlocale() before starting to compute the length of its first argument. Calling setlocale() can return NULL (as specified in the man page), and obviously that happens on android. Attached is a patch to handle that case.
Review of attachment 219738 [details] [review]: The patch looks good, but can you please add the extra information you wrote into the bug report into the patch commit message itself, and add a link to this bug? See https://live.gnome.org/GnomeLove/SubmittingPatches
(Please commit after that)
Thanks, pushed.