Sergey Lyubka wrote: > Hi Ron! > I am looking at the code now, trying to fix this. > In the mean time, could you tell which scanner do you use? > And, what platform are you on - is it windows or unix? The scanner that is used is nessus, but I am not the one running it. I have asked some people I know with nessus to check and see which test is causing the crash, but no answer yet.
The shttpd is running on a CentOS linux platform and was compiled using the following command line: cc standalone.c -o shttpd -lpthread -ldl -L. -lshttpd Had to run it manually, since the Makefile didn't allow you do specify both pthread and dl on the command line. My program is asxgen so here is it's compile line: cc asxgen.c shttpd.c -DEMBEDDED -lpthread -ldl -L. -lshttpd -o asxgen I see that you have already committed a fix to the cvs, so I will download that and give it a try. Thanks alot, Ron Reed ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ shttpd-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shttpd-general
