Re: here's 3.0.4.1 RC1
"Sebastian Geerken" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Dec 08, 2014, v4hn wrote: > On Wed, Dec 03, 2014 at 12:13:08AM +0000, eocene wrote: > > Even though 3.0.4.1 only has a few changes, it's nice to have an RC and > > make sure that everything is all right, so: > > > > http://www.dillo.org/download/dillo-3.0.4.1-rc1.tar.bz2 > > Talking about bugs... I just found out this version segfaults over here > if I enter any string containing a space character. For example entering > "foo bar" into the adress line and hitting enter segfaults over here. > Can anyone reproduce this? Yes, if and only if "search_url" is not defined. (I'm happy with DDG.) This bug occurs already in release 3.0.4. Segfault is in UIcmd_find_search_str, with these values: (gdb) p dList_length(prefs.search_urls) $1 = 2 (gdb) p (char*)dList_nth_data(prefs.search_urls, 0) $2 = 0x710f40 "http://duckduckgo.com/lite/?kp=-1&q=%s" (gdb) p (char*)dList_nth_data(prefs.search_urls, 1) $3 = 0x0 Sebastian _______________________________________________ Dillo-dev mailing list [email protected] http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
signature.asc
(application/pgp-signature, 490 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAEBAgAGBQJUhOy6AAoJEAw7+YHB+ZL6zOoIAJsvbc83Q+2j8IDSJQdKTMdN VMGN6XhwhNSp7cG8bhWoeMJybtmYWz6tfXdNsZI4oMLkWV93EdxupdBKoCHrkcLm IplnvnA/3BVk5ukynCo97cV28WTR5iV/xlD2pdCNz8zXze7T2R1VXCZWupnjPfw2 Z4vqpEUWA9au7E0leXYgPMd9pKhnYRqa7QBp0fazCcMpmj3gELiD0RiPyi+sP6lF yzZKDVveQf/yXoTNNBdaQUcLLr8XT73yZ0X2KK92OPwKrT2PlM3MwQ0/M+pnkY5H Z6MvGy1YA2Oo9hV/POW5M4ro7/hfYBkM7g+bOVUUfl73tMNQKgKFSV/HBTQrZv8= =t3i9 -----END PGP SIGNATURE-----