#
e77659a8 |
| 10-Jun-2014 |
Remi Collet |
Fixed Bug #67410 fileinfo: mconvert incorrect handling of truncated pascal string size Upstream https://github.com/file/file/commit/27a14bc7ba285a0a5ebfdb55e54001aa11932b08 |
Revision tags: php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1 |
|
#
449ea00a |
| 07-May-2014 |
Dmitry Stogov |
Fixed ext/fileinfo conversion mistakes |
#
9ef21b76 |
| 07-May-2014 |
Xinchen Hui |
Refactor fileinfo |
Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26 |
|
#
9a9add6b |
| 04-Mar-2014 |
Remi Collet |
fix merge
|
#
a33759fd |
| 04-Mar-2014 |
Remi Collet |
Fixed Bug #66820 out-of-bounds memory access in fileinfo Upstream fix: https://github.com/glensc/file/commit/447558595a3650db2886cd2f416ad0beba965801 Notice, test changed, with
Fixed Bug #66820 out-of-bounds memory access in fileinfo Upstream fix: https://github.com/glensc/file/commit/447558595a3650db2886cd2f416ad0beba965801 Notice, test changed, with upstream agreement: -define OFFSET_OOB(n, o, i) ((n) < (o) || (i) >= ((n) - (o))) +define OFFSET_OOB(n, o, i) ((n) < (o) || (i) > ((n) - (o)))
show more ...
|
#
834b719c |
| 04-Mar-2014 |
Remi Collet |
fix merge
|
#
731013ee |
| 04-Mar-2014 |
Remi Collet |
Improves fix for memory leak, keep in sync with upstream. Previous fix: http://git.php.net/?p=php-src.git;a=commitdiff;h=10eb0070700382f966bf260e44135e1f724a15d2 Upstream fix:
Improves fix for memory leak, keep in sync with upstream. Previous fix: http://git.php.net/?p=php-src.git;a=commitdiff;h=10eb0070700382f966bf260e44135e1f724a15d2 Upstream fix: https://github.com/glensc/file/commit/c0c0032b9e9eb57b91fefef905a3b018bab492d9
show more ...
|
Revision tags: php-5.6.0alpha3 |
|
#
67d281f0 |
| 20-Feb-2014 |
Anatol Belski |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: fixed leak introduced after CVE/upgrade
|
#
10eb0070 |
| 20-Feb-2014 |
Anatol Belski |
fixed leak introduced after CVE/upgrade |
#
967a6771 |
| 19-Feb-2014 |
Anatol Belski |
updated to libmagic-5.17 |
Revision tags: php-5.4.26RC1, php-5.5.10RC1 |
|
#
89f864c5 |
| 18-Feb-2014 |
Remi Collet |
Fixed Bug #66731 file: infinite recursion Upstream commit (available in file-5.17) https://github.com/glensc/file/commit/3c081560c23f20b2985c285338b52c7aae9fdb0f https://github.
Fixed Bug #66731 file: infinite recursion Upstream commit (available in file-5.17) https://github.com/glensc/file/commit/3c081560c23f20b2985c285338b52c7aae9fdb0f https://github.com/glensc/file/commit/cc9e74dfeca5265ad725acc926ef0b8d2a18ee70
show more ...
|
Revision tags: php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24, php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1 |
|
#
e9a95d78 |
| 13-Jul-2013 |
Veres Lajos |
typo fixes |
Revision tags: php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1 |
|
#
74555e7c |
| 14-May-2013 |
Anatol Belski |
Fixed bug #64830 mimetype detection segfaults on mp3 file |
Revision tags: php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3 |
|
#
10367fa7 |
| 07-Apr-2013 |
Anatol Belski |
upgraded libmagic to 5.14 |
Revision tags: php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2 |
|
#
11b4f3be |
| 24-May-2012 |
Felipe Pena |
- Fixed magic file regex support |
Revision tags: php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1 |
|
#
12cf930a |
| 27-Mar-2012 |
Pierre Joye |
Fix bug #61504, potential vuln. in fileinfo. update to 5.11 |
Revision tags: PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5, php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1, yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5 |
|
#
fa161f96 |
| 08-Aug-2011 |
Xinchen Hui |
Remove unnecessary(no sense) memset and making the static analyzer silent |
Revision tags: php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1, php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5, php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1, oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1, php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
1496161f |
| 26-Dec-2009 |
Mikko Koppanen |
Upgrade bundled libmagic to 5.03 (fixes CDF parsing related issues) Clean up / remove whitespace differences to make next merge easier Removed unnecessary files from trunk |
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2 |
|
#
c3b88aec |
| 04-May-2009 |
Scott MacVicar |
MFH Update libmagic to 5.02 |
Revision tags: php-5.3.0RC1, RELEASE_1_3_5 |
|
#
7a29c8f3 |
| 15-Mar-2009 |
Scott MacVicar |
MFH Update fileinfo to libmagic 5.00 and remove dependency on dirent.h on Windows |
Revision tags: php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1, NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3 |
|
#
a94ac5d4 |
| 06-Nov-2008 |
Scott MacVicar |
MFH: Fix buffer overread in libmagic and sync a skipped change from 4.26 |
#
3e543f24 |
| 02-Nov-2008 |
Scott MacVicar |
MFH: Sync libmagic with 4.26 and add support for the new v6 magic file format |
Revision tags: php-5.2.7RC2 |
|
#
144527b1 |
| 20-Oct-2008 |
Pierre Joye |
- support for VC6 and some other platforms (before some other cleanup) |
#
5a28412a |
| 15-Oct-2008 |
Ilia Alshanetsky |
Removed dead-code |
Revision tags: php-5.2.7RC1 |
|
#
c7c4d96c |
| 29-Aug-2008 |
Antony Dovgal |
fix invalid read |