Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test | Stanislav Malyshev | 2020-03-15 | 1 | -1/+1 |
* | Fixed bug #79282 | Stanislav Malyshev | 2020-03-15 | 2 | -1/+21 |
* | Fix test | Stanislav Malyshev | 2019-12-16 | 1 | -1/+1 |
* | Fix bug #78793 | Stanislav Malyshev | 2019-12-16 | 2 | -2/+15 |
* | Fixed bug #78910 | Stanislav Malyshev | 2019-12-16 | 2 | -1/+19 |
* | Avoid float to int cast UB in exif | Nikita Popov | 2019-10-09 | 1 | -2/+3 |
* | Remove redundant components < 0 check | Nikita Popov | 2019-10-09 | 1 | -5/+0 |
* | Add missing SKIPIFs in exif tests | Fabien Villepinte | 2019-10-08 | 4 | -0/+24 |
* | Fix leak of temporary buffer during exif tag reading | Nikita Popov | 2019-09-22 | 3 | -0/+12 |
* | Fix multiple leaks in exif_read_data() | Nikita Popov | 2019-09-21 | 3 | -5/+15 |
* | Fix out-of-bounds read in exif tag reading | Nikita Popov | 2019-09-19 | 4 | -0/+37 |
* | Fix exif leak on duplicate copyright tags | Nikita Popov | 2019-09-19 | 3 | -0/+16 |
* | Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7) | Kalle Sommer Nielsen | 2019-09-12 | 5 | -23/+54 |
* | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2019-07-29 | 5 | -3/+25 |
|\ | |||||
| * | Fix bug #78256 (heap-buffer-overflow on exif_process_user_comment) | Stanislav Malyshev | 2019-07-29 | 3 | -3/+14 |
| * | Fix bug #78222 (heap-buffer-overflow on exif_scan_thumbnail) | Stanislav Malyshev | 2019-07-29 | 3 | -1/+12 |
* | | Fixed bug #78333 | Nikita Popov | 2019-07-29 | 1 | -6/+20 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2019-05-27 | 3 | -0/+13 |
|\ \ | |/ | |||||
| * | Fix bug #77988 - heap-buffer-overflow on php_jpg_get16 | Stanislav Malyshev | 2019-05-27 | 3 | -0/+13 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2019-04-30 | 3 | -1/+13 |
|\ \ | |/ | |||||
| * | Fix bug #77950 - Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG | Stanislav Malyshev | 2019-04-30 | 3 | -1/+13 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Remi Collet | 2019-04-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix paste issue | Remi Collet | 2019-04-02 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2019-04-02 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Pointer arithmetic on void pointers is illegal | Christoph M. Becker | 2019-04-02 | 1 | -2/+2 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2019-04-02 | 3 | -15/+41 |
|\ \ | |/ | |||||
| * | Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIF | Stanislav Malyshev | 2019-04-02 | 3 | -15/+41 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2019-03-31 | 3 | -0/+20 |
|\ \ | |/ | |||||
| * | Fix bug #77753 - Heap-buffer-overflow in php_ifd_get32s | Stanislav Malyshev | 2019-03-31 | 3 | -0/+20 |
* | | Fix test portability | Anatol Belski | 2019-03-04 | 1 | -4/+4 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2019-03-03 | 5 | -10/+49 |
|\ \ | |/ | |||||
| * | Fix test error message | Stanislav Malyshev | 2019-03-03 | 1 | -1/+1 |
| * | Fix bug #77563 - Uninitialized read in exif_process_IFD_in_MAKERNOTE | Stanislav Malyshev | 2019-03-03 | 3 | -1/+18 |
| * | Fix bug #77540 - Invalid Read on exif_process_SOFn | Stanislav Malyshev | 2019-03-03 | 3 | -2/+24 |
| * | Fix integer overflows on 32-bits | Stanislav Malyshev | 2019-03-03 | 1 | -7/+7 |
| * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 13 | -14/+7 |
| * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 12 | -17/+17 |
| * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 3 | -3/+3 |
| * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -2/+2 |
* | | Fixed bug #77564: Memory leak in exif_process_IFD_TAG | Ben Ramsey | 2019-02-12 | 3 | -0/+22 |
* | | Fixed bug #77184 | Colin Basnett | 2018-11-26 | 3 | -1/+20 |
* | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 17 | -18/+10 |
* | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 20 | -27/+27 |
* | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 4 | -4/+4 |
* | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -114/+114 |
* | | Convert CRLF line endings to LF | Peter Kokot | 2018-10-13 | 1 | -16/+16 |
* | | Fix test | Stanislav Malyshev | 2018-07-16 | 1 | -2/+2 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2018-07-16 | 5 | -3/+107 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2018-07-16 | 5 | -2/+106 |
| |\ | |||||
| | * | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2018-07-16 | 5 | -2/+106 |
| | |\ |