php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7972 Segmentation fault
Submitted: 2000-11-25 16:16 UTC Modified: 2001-03-09 20:57 UTC
From: sitnikov at infonet dot ee Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.3pl1 OS: Linux 2.2.14-5.0 , BSDI
Private report: No CVE-ID: None
 [2000-11-25 16:16 UTC] sitnikov at infonet dot ee
When post form in to php script 

<form method="post" ENCTYPE="multipart/form-data" action="save.php">
<input type="hidden" name="thisID" value="69">
<input type="hidden" name="page" value="object_edit">
<input type="hidden" name="pg" value="0">
... skip ...
<input type="file" name="img[]" accept="image/jpeg">
<input type="file" name="img[]" accept="image/jpeg">
<input type="SUBMIT" value="SAVE">
</form>


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-28 08:15 UTC] sniper@php.net
Does this happen with PHP 4.0.4? 
And if it does, please provide a gdb backtrace 
of the crash (remember to configre with --enable-debug first!)

--Jani
 [2001-03-09 20:57 UTC] sniper@php.net
No feedback.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC