Bug in bb 1.3.1, httpd with POST

Alexander Griesser alexander.griesser at lkh-vil.or.at
Sun Feb 11 18:54:28 UTC 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Denis Vlasenko wrote:
> I think I know where is the problem.
> 
> networking/httpd.c: replace
> 
>                 close(config->accepted_socket);
>                 close(config->server_socket);
> 
> with
> 
>                 if (config->accepted_socket > 1)
>                         close(config->accepted_socket);
>                 if (config->server_socket > 1)
>                         close(config->server_socket);
> 
> Does it work now?

No, unfortunately, the symptoms stay the same after this change.

ciao,
- --
Alexander Griesser (Netzwerkadministration)
E-Mail: alexander.griesser at lkh-vil.or.at | Web: http://www.lkh-vil.or.at
KABEG LKH Villach | Nikolaigasse 43 | 9500 Villach
Tel.:   +43 4242 208 3061 | Fax.:   +43 4242 971 3061
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFz2Zk66HVD6KUm1oRApleAJ9AF7dDk6wckY9n1qmSf+LK8RvrygCbBPIi
szirOghA95JvjW+Xiu1jO/U=
=Hv9/
-----END PGP SIGNATURE-----



More information about the busybox mailing list