summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-151-1/+1
|\
| * Update more functions with path checkStanislav Malyshev2017-01-151-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2017-01-051-1/+1
|\ \ | |/
| * Fix printf modifierNikita Popov2017-01-051-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-021-1/+1
|\ \ | |/
| * Fix bug #73737 FPE when parsing a tag formatStanislav Malyshev2016-12-311-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-09-041-1/+4
|\ \ | |/
| * Same issue as #72926 in another place.Stanislav Malyshev2016-09-041-1/+4
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-08-171-1/+0
|\ \ | |/
| * Fixed bug #72627: Memory Leakage In exif_process_IFD_in_TIFFStanislav Malyshev2016-08-161-1/+4
* | Merge branch 'PHP-7.0' into PHP-7.0.10Stanislav Malyshev2016-08-161-2/+12
|\ \
| * \ Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-031-4/+4
| |\ \ | | |/
| | * improve the check, avoid strlen on NULLAnatol Belski2016-08-031-4/+4
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-031-2/+12
| |\ \ | | |/
| | * Changed the way MAKERNOTE is handled in case we do not have a matching signat...Kalle Sommer Nielsen2016-08-031-2/+12
* | | Fixed bug #72627: Memory Leakage In exif_process_IFD_in_TIFFStanislav Malyshev2016-08-161-0/+4
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-191-10/+31
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-191-8/+31
| |\
| | * Fix bug #72618: NULL Pointer Dereference in exif_process_user_commentStanislav Malyshev2016-07-181-6/+11
| | * Fix bug #72603: Out of bound read in exif_process_IFD_in_MAKERNOTEStanislav Malyshev2016-07-171-2/+20
* | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-06-141-3/+3
|\ \ \ | |/ /
| * | Fix #50845: exif_process_IFD_TAG: Use the right offset if reading from streamBartosz DziewoƄski2016-06-141-3/+3
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-04-271-2/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-04-261-2/+15
| |\ \ | | |/
| | * Fix bug #72094 - Out of bounds heap read access in exif header processingStanislav Malyshev2016-04-241-2/+15
| | * Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-09-011-106/+106
| | |\
* | | | Eliminate usages of _PP macrosNikita Popov2016-03-031-1/+1
* | | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ \ | |/ / /
| * | | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-021-4/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-011-106/+106
| |\ \ \
| | * \ \ Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-011-106/+106
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Improve fix for #70385Stanislav Malyshev2015-08-291-2/+2
| | | * Fix bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte val...Stanislav Malyshev2015-08-281-104/+104
* | | | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+2
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-6/+6
* | | | Fix more proto commentsRasmus Lerdorf2015-06-231-2/+2
* | | | cleaning up the version macrosAnatol Belski2015-03-231-10/+2
* | | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-2/+2
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-01-201-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-01-201-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-201-1/+1
| | |\ \ | | | |/
| | | * 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
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| | * | Fix bug #68113 (Heap corruption in exif_thumbnail())Stanislav Malyshev2014-10-141-2/+2
| | * | Bump yearXinchen Hui2014-01-031-1/+1
| | |/