3 Mar
2008
3 Mar
'08
7 p.m.
Hi, On Mon, Mar 03, 2008 at 05:28:36PM +0000, place wrote:
after updating to latest CVS, I got the following segfault when submitting a simple form:
Oops! Thanks, Johannes. Patch attached. I had the code doing the right thing at some point in the past after it crashed once on me, but then I forgot why I'd made the change and undid it :(
FWIW, this patch changes the API of Html_append_input: - Html_append_input(DilloHtmlEnc encoding, const char *boundary, Dstr *url, + Html_append_input(DilloHtmlEnc encoding, Dstr *boundary, Dstr *url, Current CVS has a different patch that fixes the segfault. The question is, do you want me to commit the API change too? -- Cheers Jorge.-