PHP :: Bug #68665 :: Invalid free
| Bug #68665 | Invalid free | ||||
|---|---|---|---|---|---|
| Submitted: | 2014-12-28 03:54 UTC | Modified: | 2015-01-06 00:41 UTC | ||
| From: | honey at internot dot info | Assigned: | ab (profile) | ||
| Status: | Closed | Package: | *General Issues | ||
| PHP Version: | master-Git-2014-12-28 (Git) | OS: | Linux Ubuntu 14.04 | ||
| Private report: | No | CVE-ID: | None | ||
[2014-12-28 03:54 UTC] honey at internot dot info
Description: ------------ Hi, In /ext/fileinfo/libmagic/apprentice.c, an invalid free occurs: 1173 char mfn[MAXPATHLEN]; [..] 1198 efree(mfn); as an array is not heap allocated, it cannot be freed.
Patches
php54_68665 (last revision 2016-12-12 03:01 UTC by 12113362 at qq dot com)Pull Requests
History
AllCommentsChangesGit/SVN commits
[2014-12-28 04:01 UTC] honey at internot dot info
[2014-12-28 13:03 UTC] ab@php.net
-Status: Open +Status: Closed
[2014-12-28 13:21 UTC] ab@php.net
-Assigned To: +Assigned To: ab
[2014-12-28 13:21 UTC] ab@php.net
[2014-12-28 15:39 UTC] ab@php.net
[2014-12-28 17:45 UTC] honey at internot dot info
[2014-12-28 20:18 UTC] honey at internot dot info
[2014-12-28 20:47 UTC] ab@php.net
[2014-12-28 21:08 UTC] honey at internot dot info
[2014-12-28 21:14 UTC] honey at internot dot info
[2014-12-29 19:31 UTC] honey at internot dot info
[2014-12-30 06:10 UTC] honey at internot dot info
[2014-12-30 18:50 UTC] ab@php.net
[2014-12-31 22:06 UTC] tyrael@php.net
[2015-01-01 10:07 UTC] honey at internot dot info
[2015-01-01 18:57 UTC] ab@php.net
[2015-01-01 20:00 UTC] nikic@php.net
[2015-01-05 18:12 UTC] tyrael@php.net
[2015-01-06 00:41 UTC] honey at internot dot info