[Bug 1231823] epiphany crashes while loading a taobao page
21 Oct
2024
21 Oct
'24
02:24
https://bugzilla.suse.com/show_bug.cgi?id=1231823 https://bugzilla.suse.com/show_bug.cgi?id=1231823#c2 --- Comment #2 from Alynx Zhou <alynx.zhou@suse.com> --- The minimal reproducible piece I think is `%D0`, you can try this program: ``` #include <glib.h> int main(int argc, char *argv[]) { GUri *url1 = g_uri_parse ("https://semir.world.tmall.com/search.htm?q=T%D0", G_URI_FLAGS_PARSE_RELAXED, NULL); g_print ("host == NULL? %d\n", g_uri_get_host(url1) == NULL); return 0; } ``` -- You are receiving this mail because: You are on the CC list for the bug.
15
Age (days ago)
15
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla_noreply@suse.com