Bug 22455
| Summary: | apache segfaults on multipart/form-data | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Marek Greško <gresko> |
| Component: | php | Assignee: | 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: | |||
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>