History log of /PHP-8.2/ext/exif/exif.c (Results 126 – 150 of 593)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 66b32f25 30-Apr-2019 Stanislav Malyshev

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix bug #77950 - Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG


# cb5af4e8 30-Apr-2019 Stanislav Malyshev

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix bug #77950 - Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG


# f80ad18a 30-Apr-2019 Stanislav Malyshev

Fix bug #77950 - Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG

I do not completely understand what is going on there, but I am pretty
sure dir_entry <= offset_base if not a

Fix bug #77950 - Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG

I do not completely understand what is going on there, but I am pretty
sure dir_entry <= offset_base if not a normal situation, so we better not
to rely on such dir_entry.

show more ...

# e188e417 24-Apr-2019 Dmitry Stogov

Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function by reference

# 2e4686b5 24-Apr-2019 Dmitry Stogov

Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function by reference


# 34db0756 24-Apr-2019 Dmitry Stogov

Use ZEND_TRA_ASSIGN_REF_... macros for by reference arguments of internal functions.

# eb8a19c8 02-Apr-2019 Kalle Sommer Nielsen

Merge branch 'PHP-7.4'

* PHP-7.4:
Remove dead JPEG2000 code


# dce7f244 02-Apr-2019 Kalle Sommer Nielsen

Remove dead JPEG2000 code

# 2b41d1fb 02-Apr-2019 Remi Collet

Merge branch 'PHP-7.4'

* PHP-7.4:
fix paste issue


# 8354c28c 02-Apr-2019 Remi Collet

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
fix paste issue


# 002983e4 02-Apr-2019 Remi Collet

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
fix paste issue


# f7755163 02-Apr-2019 Remi Collet

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
fix paste issue


# dc1cd3da 02-Apr-2019 Remi Collet

fix paste issue

# eb7a7e4b 02-Apr-2019 Christoph M. Becker

Merge branch 'PHP-7.4'

* PHP-7.4:
Pointer arithmetic on void pointers is illegal


# efb4597e 02-Apr-2019 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Pointer arithmetic on void pointers is illegal


# b8fdaa7c 02-Apr-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Pointer arithmetic on void pointers is illegal


# f6efe705 02-Apr-2019 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Pointer arithmetic on void pointers is illegal


# 01a4de5c 02-Apr-2019 Christoph M. Becker

Pointer arithmetic on void pointers is illegal

We quick-fix this by casting to char*; it might be more appropriate to
use char pointers in the first place.

# bef66e1b 02-Apr-2019 Stanislav Malyshev

Merge branch 'PHP-7.4'

* PHP-7.4:
Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIF


# c0af0ae5 02-Apr-2019 Stanislav Malyshev

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIF


# da5fbb8c 02-Apr-2019 Stanislav Malyshev

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIF


# c83af86f 02-Apr-2019 Stanislav Malyshev

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIF


# 887a7b57 02-Apr-2019 Stanislav Malyshev

Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIF

# a1631ac5 18-Mar-2019 Stanislav Malyshev

Fix bug #77753 - Heap-buffer-overflow in php_ifd_get32s

# f45e7861 01-Apr-2019 Stanislav Malyshev

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix bug #77753 - Heap-buffer-overflow in php_ifd_get32s


12345678910>>...24