GNOME Bugzilla – Bug 725822
get_pretty_name mixes up ASCII and UTF8 characters
Last modified: 2014-03-07 16:44:21 UTC
For a suitably sized input text (longer than MAX_LEN_LABEL) get_pretty_name will smash the stack. If you build with -fstack-protector-strong, this will lead to a crash.
Created attachment 271104 [details] [review] places-bookmarks: UTF-8 characters may take more than a single byte
Review of attachment 271104 [details] [review]: Looks good, thanks.
Comment on attachment 271104 [details] [review] places-bookmarks: UTF-8 characters may take more than a single byte Thanks for the review.