summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 bug #68799: Free called on unitialized pointerStanislav Malyshev2015-01-111-1/+1
|
* Fix bug #68113 (Heap corruption in exif_thumbnail())Stanislav Malyshev2014-10-131-2/+2
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Fix bug #65873 - Integer overflow in exif_read_data()Stanislav Malyshev2013-12-161-1/+6
|
* Merged PR #293 (Exif crash on unknown encoding was fixed)Michael Wallner2013-10-211-5/+7
| | | | | | | | By: Draal Conflicts: configure.in main/php_version.h
* typo fixesVeres Lajos2013-07-151-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* 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-011-1/+1
| |
| * fix bug #60150 for 5.3 tooStanislav Malyshev2011-11-191-2/+2
| |
| * - 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-141-3/+3
| |
| * - fix bug #54002, exif_read_data crashes on crafted tagsPierre Joye2011-02-141-2/+15
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | Fix bug #60150 (Integer overflow during the parsing of invalid exif header)Stanislav Malyshev2011-11-191-2/+2
| |
* | - 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
| |
* | - 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-141-3/+4
| |
* | - fix bug #54002, exif_read_data crashes on crafted tagsPierre Joye2011-02-141-2/+14
| |
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | - Fix build.Moriyoshi Koizumi2010-12-221-6/+18
| |
* | fix ZTS buildAntony Dovgal2010-12-081-3/+3
| |
* | Removed compile time dependency from ext/mbstringDmitry Stogov2010-12-081-56/+40
| |
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-2/+2
|/ | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* removed now obsolete NetWare hack since I fixed thisGuenter Knauf2009-11-031-4/+0
| | | | | with Novell some longer time ago in their SDK header.
* MFB: Added missing sanity checks around exif processing.Ilia Alshanetsky2009-08-161-6/+16
|
* - Dropped unnecessary varFelipe Pena2009-06-121-3/+3
|
* - MFH: #48378, exif_read_data() segfaults on certain corrupted .jpeg filesPierre Joye2009-05-281-0/+4
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Fixed bug#46847 (phpinfo() is missing some settings.)Hannes Magnusson2008-12-121-0/+1
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-4/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+4
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-4/+0
|
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
|
* MFHJani Taskinen2008-08-031-12/+8
|
* more long -> int fixesAntony Dovgal2008-07-011-2/+2
|
* updated to the new parameter-parsing apiAlexey Zakhlestin2008-06-221-49/+31
|