[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] bad request chrashes daemon
From: |
Sebastian |
Subject: |
Re: [libmicrohttpd] bad request chrashes daemon |
Date: |
Sun, 30 Mar 2008 11:45:06 +0200 |
Hello,
oh, I missed that last fix.
I couldn't break SVN 6651 yet but I didn't do any systematic tests
anyway. More like typing random keys in telnet :)
However, I could not build a clean 6651 because make reported errors in
the doc area. He complains about a missing/malformed "Copying" section
in microhttpd.texi.
I couldn't sort it out so I just copied over the whole doc-directory
from the last beta releas for now.
$ ./bootstrap
$ ./configure --prefix=mydir
$ make
...
~/libmicrohttpd/doc//microhttpd.texi:1096: Prev reference to nonexistent
node `Copying' (perhaps incorrect sectioning?).
...
Sebastian
On Sun, 2008-03-30 at 00:10 -0600, Christian Grothoff wrote:
> Hi all,
>
> Just for your information -- I put an improved fix (one that I spend more
> than
> 5 minutes on) into subversion a few days ago. I'm still doing some more
> extensive tests (the goal is to add a test suite that would include testing
> for these types of issues with clients violating the protocol -- hard to test
> just using libcurl...).
>
> Sebastian, if you're able to still cause problems at this point, I'd be very
> interested to hear how -- my current testing method (which I still have to
> automate and which was able to automatically find the two issues you
> described) is no longer able to find any problems.
>
> Best,
>
> Christian