shouldn't mmap() files larger than memory_limit in _php_stream_passthru
| Bug #19749 | shouldn't mmap() files larger than memory_limit in _php_stream_passthru | ||||
|---|---|---|---|---|---|
| Submitted: | 2002-10-04 03:21 UTC | Modified: | 2004-04-21 14:04 UTC | ||
| From: | rasmus@php.net | Assigned: | wez (profile) | ||
| Status: | Closed | Package: | Performance problem | ||
| PHP Version: | 4CVS-2002-10-04 | OS: | All | ||
| Private report: | No | CVE-ID: | None | ||
[2002-10-04 03:21 UTC] rasmus@php.net
We should check the memory limit before mmap()'ing a huge file in _php_stream_passthru()
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2002-10-05 06:34 UTC] wez@php.net
[2002-10-05 10:17 UTC] rasmus@php.net
[2003-02-27 11:05 UTC] iliaa@php.net
[2003-03-09 18:42 UTC] sniper@php.net