summaryrefslogtreecommitdiff
path: root/ext/exif/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-05-272-0/+11
|\
| * Fix bug #77988 - heap-buffer-overflow on php_jpg_get16Stanislav Malyshev2019-05-272-0/+11
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-04-302-0/+12
|\ \ | |/
| * Fix bug #77950 - Heap-buffer-overflow in _estrndup via exif_process_IFD_TAGStanislav Malyshev2019-04-302-0/+12
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-04-022-0/+13
|\ \ | |/
| * Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIFStanislav Malyshev2019-04-022-0/+13
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-312-0/+16
|\ \ | |/
| * Fix bug #77753 - Heap-buffer-overflow in php_ifd_get32sStanislav Malyshev2019-03-312-0/+16
* | Fix test portabilityAnatol Belski2019-03-041-4/+4
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-034-0/+32
|\ \ | |/
| * Fix test error messageStanislav Malyshev2019-03-031-1/+1
| * Fix bug #77563 - Uninitialized read in exif_process_IFD_in_MAKERNOTEStanislav Malyshev2019-03-032-0/+16
| * Fix bug #77540 - Invalid Read on exif_process_SOFnStanislav Malyshev2019-03-032-0/+16
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1513-14/+7
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-1412-17/+17
* | Fixed bug #77564: Memory leak in exif_process_IFD_TAGBen Ramsey2019-02-122-0/+18
* | Fixed bug #77184Colin Basnett2018-11-262-0/+19
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1517-18/+10
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-1420-27/+27
* | 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-164-0/+98
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-07-164-0/+98
| |\
| | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-07-164-0/+98
| | |\
| | | * Fix bug #76557: heap-buffer-overflow (READ of size 48) while reading exif dataStanislav Malyshev2018-07-162-0/+79
| | | * Fix bug #76423 - Int Overflow lead to Heap OverFlow in exif_thumbnail_extract...Stanislav Malyshev2018-07-162-0/+19
* | | | Fix test portabilityAnatol Belski2018-06-091-1/+1
* | | | Fix #76409: heap use after free in _php_stream_freeChristoph M. Becker2018-06-091-0/+14
* | | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-233-0/+20
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-04-233-0/+20
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-04-233-0/+20
| | |\ \ | | | |/
| | | * Fix #76130: Heap Buffer Overflow (READ: 1786) in exif_iif_add_valueChristoph M. Becker2018-04-223-0/+20
* | | | Fix #76164: exif_read_data zend_mm_heap corruptedChristoph M. Becker2018-04-121-0/+16
* | | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-08-011-0/+14
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-011-0/+14
| |\ \ \ | | |/ /
| | * | Test to cover the change in ce1a0d97Anatol Belski2017-08-011-0/+14
| * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-151-6/+6
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-151-6/+6
| | |\ \ | | | |/
| | | * Fix testStanislav Malyshev2017-01-151-6/+6
* | | | fix testAnatol Belski2017-08-011-1/+1
* | | | Reduce EXIF test image sizes, there is still one large image left that I will...Kalle Sommer Nielsen2017-07-309-2/+2
* | | | Lowercase the file extensionKalle Sommer Nielsen2017-07-301-0/+0
* | | | Fix test titleKalle Sommer Nielsen2017-07-141-1/+1
* | | | Ensure that the stream position is kept between readsKalle Sommer Nielsen2017-07-141-0/+21
* | | | * Implemented #65187 (exif_read_data/thumbnail: add support for stream resource)Kalle Sommer Nielsen2017-07-122-0/+1651
* | | | Fix testKalle Sommer Nielsen2017-07-081-0/+2
* | | | Deprecated the read_exif_data() aliasKalle Sommer Nielsen2017-07-081-0/+2
* | | | Fixed file name for case sensitive file systemsKalle Sommer Nielsen2017-07-081-1/+1
* | | | Added test case for bug #73115 which was fixed by recently fixed bugsKalle Sommer Nielsen2017-07-082-0/+16
* | | | * Fixed bug #72819 (EXIF thumbnails not read anymore)Kalle Sommer Nielsen2017-07-075-9/+21