apache-1.3.14-2.6.2 segfaults on a RH 6.1 machine when the multipart/form-data is used as an enctype to a form. Here is the example of the html page causing apache to segfault: <html> <body> <form enctype="multipart/form-data" action="index.php3" method=post> <input type=hidden name=dmy value=dummy> <input type=submit name=smt value=crash> </form> </body> </html>
*** This bug has been marked as a duplicate of 19906 ***