httpd:
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 16 Nov 2006 16:20:12 +0000 (16:20 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 16 Nov 2006 16:20:12 +0000 (16:20 -0000)
commitd4f3d1a4bd17dbcebf229ee72133e713d7632284
tree12405969e6505bc22b3dd4fb2a7b0b90df29c0da
parent0871bc89fbedc7d1a34feb7368fb8126956f58e5
httpd:
fix union aliasing bug
symptom: wget of non-existent file gets redirected to /text/html/something
on second and subsequend wget attempts
fix double-free bug
symptom: glibc caught double-free (we didn't NULL config->xxx ptrs after free)
networking/httpd.c