php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1411 Apache's child process crashes when reading local file via fread()
Submitted: 1999-05-14 09:48 UTC Modified: 1999-05-16 12:16 UTC
From: verx at iq dot pl Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.7 OS: Linux (REDHAT 6.0, kernel 2.2.7)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: verx at iq dot pl
New email:
PHP Version: OS:

 

 [1999-05-14 09:48 UTC] verx at iq dot pl
IF (file_exists($plik)) {
$fd = fopen( $plik, "r" );
$opisik = fread( $fd, filesize( $plik ) );
 fclose( $fd );
}

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-05-16 12:16 UTC] ssb at cvs dot php dot net
Fixed in CVS.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 00:01:31 2024 UTC