Hi,
when I call gtk_init (argc, argv) with argc == 0, the program crashed at
gdk_parse_args () in gdk.c. I digged into the source code and found that
there are possiblly some bugs in gdk_arg_context_parse, which does not
check if argc <= 0.
I don't know should we treat it as a bug, or just restrict argc > 0 in
the documentation and force application send a valid data to gtk_init?

Regards
James Su

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to