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
 [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 01:01:31 2024 UTC