summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-151-1/+1
|\
| * 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-7.0' into PHP-7.1Nikita Popov2017-01-051-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
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-021-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-7.0' into PHP-7.1Stanislav Malyshev2016-09-041-1/+4
|\ \ \ | |/ /
| * | 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-7.0' into PHP-7.1Xinchen Hui2016-08-171-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
| |\ \
| * | | Fixed bug #72627: Memory Leakage In exif_process_IFD_in_TIFFStanislav Malyshev2016-08-161-0/+4
* | | | improve the check, avoid strlen on NULLAnatol Belski2016-08-031-4/+0
* | | | Changed the way MAKERNOTE is handled in case we do not have a matching signat...Kalle Sommer Nielsen2016-08-031-0/+4
* | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-031-4/+4
|\ \ \ \ | | |/ / | |/| |
| * | | 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-7.0' into PHP-7.1Anatol Belski2016-08-031-2/+12
|\ \ \ \ | |/ / /
| * | | 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
* | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-191-10/+31
|\ \ \ | |/ /
| * | 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
* | | | Fixed compilation warningsDmitry Stogov2016-06-221-3/+4
|/ / /
* | | 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