30 Jul
2011
30 Jul
'11
2:25 a.m.
On Fri, Jul 29, 2011 at 07:02:17PM -0400, Jorge Arellano Cid wrote:
On Sat, Jul 30, 2011 at 12:14:30AM +0200, Alexander Voigt wrote:
Dear Dillo developers,
since some days I get a segfault when starting the web search via <CTRL>s (using the dillo 3.0 trunk). Here is the backtrace: [...]
Does this fix it?
dialog.cc:167
- if (a_Misc_parse_search_url(source, &label, &url) < 0) + if (!source || a_Misc_parse_search_url(source, &label, &url) < 0)
Please try the current repo (it has a better patch). -- Cheers Jorge.-