[EMAIL PROTECTED] writes: > I have experienced a bit more with the tests in library/t and for now > I have found something weird in util.c > > in test_charset_divine it seems that expect should be defined as char > expect[7] as apreq_decode use url_decode which seems to add an ending > 0 to the destination char *. This 0 when expect is defined as char > expect[6] seems to kill char src3[] which becomes empty and then the > test fails. Im not 100% sure about that but it seems there is > something weird here. If any dev could confirm and check it. I ll try > now to look why library/t/params and library/t/parsers crash.
I concur with your analysis- great job! I'll try to patch the source soonish. -- Joe Schaefer
