GNOME Bugzilla – Bug 646156
gtk_entry_completion_complete crashes if no entry
Last modified: 2018-02-10 04:35:51 UTC
Created attachment 184623 [details] Test case If gtk_entry_completion_complete is called with no attached entry, the program crashes because it will eventually pass a NULL string to g_utf8_normalize. Affects gtk2 and gtk3. A test program is attached. Compile like so: gcc `pkg-config --libs --cflags gtk+-2.0` -o noentry2 noentry.c gcc `pkg-config --libs --cflags gtk+-3.0` -o noentry3 noentry.c
We're moving to gitlab! As part of this move, we are closing bugs that haven't seen activity in more than 5 years. If this issue is still imporant to you and still relevant with GTK+ 3.22 or master, please consider creating a gitlab issue for it.