Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 22455

Summary: apache segfaults on multipart/form-data
Product: [Retired] Red Hat Linux Reporter: Marek Greško <gresko>
Component: phpAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED DUPLICATE QA Contact: Need Real Name <pelzak>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-12-18 17:52:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marek Greško 2000-12-18 17:52:29 UTC
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>

Comment 1 Nalin Dahyabhai 2001-01-11 20:49:35 UTC

*** This bug has been marked as a duplicate of 19906 ***