summaryrefslogtreecommitdiff
path: root/ext/exif
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #72603: Out of bound read in exif_process_IFD_in_MAKERNOTEStanislav Malyshev2016-07-173-2/+31
|
* Fix bug #72094 - Out of bounds heap read access in exif header processingStanislav Malyshev2016-04-246-2/+76
|
* Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-09-011-106/+106
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4.45: add test Fix bug #70366 - use-after-free vulnerability in unserialize() with SplDoublyLinkedList Fix bug #70365 - use-after-free vulnerability in unserialize() with SplObjectStorage Fix bug #70172 - Use After Free Vulnerability in unserialize() Fix bug #70388 - SOAP serialize_function_call() type confusion Fixed bug #70350: ZipArchive::extractTo allows for directory traversal when creating directories Improve fix for #70385 Fix bug #70345 (Multiple vulnerabilities related to PCRE functions) Fix bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte value of 32 bytes) Conflicts: ext/pcre/php_pcre.c ext/standard/var_unserializer.c
| * Improve fix for #70385Stanislav Malyshev2015-08-291-2/+2
| |
| * Fix bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte ↵Stanislav Malyshev2015-08-281-104/+104
| | | | | | | | value of 32 bytes)
* | Fix typo: unitialized -> uninitializedLior Kaplan2015-04-011-1/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-203-1/+64
|\ \ | |/ | | | | | | | | | | | | | | | | | | * PHP-5.4: 5.4.38 next Fix bug #68799: Free called on unitialized pointer Fix for bug #68710 (Use After Free Vulnerability in PHP's unserialize()) Conflicts: configure.in main/php_version.h
| * Fix bug #68799: Free called on unitialized pointerStanislav Malyshev2015-01-113-1/+64
| |
| * Fix bug #68113 (Heap corruption in exif_thumbnail())Stanislav Malyshev2014-10-133-2/+19
| |
* | Bump yearXinchen Hui2015-01-152-2/+2
| |
* | fix dir separator in testAnatol Belski2014-11-241-3/+3
| |
* | Fix bug #68113 (Heap corruption in exif_thumbnail())Stanislav Malyshev2014-10-143-2/+19
|/
* Remove superfluous echos.Jeff Welch2014-06-081-1/+1
|
* Bump yearXinchen Hui2014-01-032-2/+2
|
* Fix bug #65873 - Integer overflow in exif_read_data()Stanislav Malyshev2013-12-161-1/+6
|
* add tests for bug #62523Michael Wallner2013-10-216-0/+73
|
* Merged PR #293 (Exif crash on unknown encoding was fixed)Michael Wallner2013-10-213-5/+21
| | | | | | | | By: Draal Conflicts: configure.in main/php_version.h
* typo fixesVeres Lajos2013-07-151-1/+1
|
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* Happy New YearXinchen Hui2013-01-012-2/+2
|
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-102-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-102-0/+0
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Nikita Popov2012-08-141-1/+1
|\ \ | |/
| * Fix exif test failureNikita Popov2012-08-141-1/+1
| | | | | | | | | | There are two slightly different error messages for invalid pointers, so make the pattern slightly less strict to account for both.
* | Merge commit 'e59b6dc0ae803d49c3f620818285f98dfb61fd57' into PHP-5.4Felipe Pena2012-06-031-1/+5
|\ \ | |/
| * - Fixed information leak in ext exif (discovered by Martin Noga, Matthew ↵Felipe Pena2012-06-031-1/+5
| | | | | | | | "j00ru" Jurczyk, Gynvael Coldwind)
| * - Year++Felipe Pena2012-01-012-2/+2
| |
| * fix bug #60150 for 5.3 tooStanislav Malyshev2011-11-193-2/+23
| |
| * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * Fixed bug #54121 (error message format string typo).Ilia Alshanetsky2011-04-121-1/+1
| |
| * - fix the fix (Dmitry) and ensure that it builds everywhere, can someone ↵Pierre Joye2011-02-151-2/+8
| | | | | | | | test on solaris&co pls?
| * -Bug #54002, fix windows build, use the relevant values in the warningsPierre Joye2011-02-142-5/+5
| |
| * - fix bug #54002, exif_read_data crashes on crafted tagsPierre Joye2011-02-144-2/+35
| |
| * - Year++Felipe Pena2011-01-012-2/+2
| |
| * Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ↵Kalle Sommer Nielsen2010-08-111-1/+1
| | | | | | | | | | | | (Fixes #52570) # Trunk patch will follow shortly
* | - Year++Felipe Pena2012-01-012-2/+2
| |
* | fix test numberStanislav Malyshev2011-11-191-1/+1
| |
* | Fix bug #60150 (Integer overflow during the parsing of invalid exif header)Stanislav Malyshev2011-11-193-2/+23
| |
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| |
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
* | Delete empty test files (old MQ tests)Pierrick Charron2011-07-221-0/+0
| |
* | - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-223-92/+0
| | | | | | | | the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4
* | - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-26/+6
| | | | | | | | the details) for BC reasons but do not allow to set enable MQ
* | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-2/+2
| | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | Fixed bug #54121 (error message format string typo).Ilia Alshanetsky2011-04-121-1/+1
| |
* | Fixed multibyte related issuesDmitry Stogov2011-03-141-15/+15
| |
* | - fix the fix (Dmitry) and ensure that it builds everywhere, can someone ↵Pierre Joye2011-02-151-2/+8
| | | | | | | | test on solaris&co pls?
* | -Bug #54002, fix windows build, use the relevant values in the warningsPierre Joye2011-02-142-5/+6
| |
* | - fix bug #54002, exif_read_data crashes on crafted tagsPierre Joye2011-02-144-2/+34
| |