summaryrefslogtreecommitdiff
path: root/ext/exif
Commit message (Expand)AuthorAgeFilesLines
* Fix testStanislav Malyshev2020-03-151-1/+1
* Fixed bug #79282Stanislav Malyshev2020-03-152-1/+21
* Fix testStanislav Malyshev2019-12-161-1/+1
* Fix bug #78793Stanislav Malyshev2019-12-162-2/+15
* Fixed bug #78910Stanislav Malyshev2019-12-162-1/+19
* Avoid float to int cast UB in exifNikita Popov2019-10-091-2/+3
* Remove redundant components < 0 checkNikita Popov2019-10-091-5/+0
* Add missing SKIPIFs in exif testsFabien Villepinte2019-10-084-0/+24
* Fix leak of temporary buffer during exif tag readingNikita Popov2019-09-223-0/+12
* Fix multiple leaks in exif_read_data()Nikita Popov2019-09-213-5/+15
* Fix out-of-bounds read in exif tag readingNikita Popov2019-09-194-0/+37
* Fix exif leak on duplicate copyright tagsNikita Popov2019-09-193-0/+16
* Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7)Kalle Sommer Nielsen2019-09-125-23/+54
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-07-295-3/+25
|\
| * Fix bug #78256 (heap-buffer-overflow on exif_process_user_comment)Stanislav Malyshev2019-07-293-3/+14
| * Fix bug #78222 (heap-buffer-overflow on exif_scan_thumbnail)Stanislav Malyshev2019-07-293-1/+12
* | Fixed bug #78333Nikita Popov2019-07-291-6/+20
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-05-273-0/+13
|\ \ | |/
| * Fix bug #77988 - heap-buffer-overflow on php_jpg_get16Stanislav Malyshev2019-05-273-0/+13
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-04-303-1/+13
|\ \ | |/
| * Fix bug #77950 - Heap-buffer-overflow in _estrndup via exif_process_IFD_TAGStanislav Malyshev2019-04-303-1/+13
* | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2019-04-021-1/+1
|\ \ | |/
| * fix paste issueRemi Collet2019-04-021-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2019-04-021-2/+2
|\ \ | |/
| * Pointer arithmetic on void pointers is illegalChristoph M. Becker2019-04-021-2/+2
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-04-023-15/+41
|\ \ | |/
| * Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIFStanislav Malyshev2019-04-023-15/+41
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-313-0/+20
|\ \ | |/
| * Fix bug #77753 - Heap-buffer-overflow in php_ifd_get32sStanislav Malyshev2019-03-313-0/+20
* | Fix test portabilityAnatol Belski2019-03-041-4/+4
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-035-10/+49
|\ \ | |/
| * Fix test error messageStanislav Malyshev2019-03-031-1/+1
| * Fix bug #77563 - Uninitialized read in exif_process_IFD_in_MAKERNOTEStanislav Malyshev2019-03-033-1/+18
| * Fix bug #77540 - Invalid Read on exif_process_SOFnStanislav Malyshev2019-03-033-2/+24
| * Fix integer overflows on 32-bitsStanislav Malyshev2019-03-031-7/+7
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1513-14/+7
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-1412-17/+17
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-143-3/+3
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
* | Fixed bug #77564: Memory leak in exif_process_IFD_TAGBen Ramsey2019-02-123-0/+22
* | Fixed bug #77184Colin Basnett2018-11-263-1/+20
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1517-18/+10
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-1420-27/+27
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-144-4/+4
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-132-114/+114
* | Convert CRLF line endings to LFPeter Kokot2018-10-131-16/+16
* | Fix testStanislav Malyshev2018-07-161-2/+2
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-07-165-3/+107
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-07-165-2/+106
| |\
| | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-07-165-2/+106
| | |\