History log of /PHP-8.2/ext/exif/exif.c (Results 76 – 100 of 593)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 5e48bb7e 22-Sep-2019 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4


# 9cd365e5 22-Sep-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# f989a4cd 22-Sep-2019 Nikita Popov

Fix leak of temporary buffer during exif tag reading

# 0a6291b8 22-Sep-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 0508a706 22-Sep-2019 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4


# 623d8979 22-Sep-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# 0701835c 21-Sep-2019 Nikita Popov

Fix multiple leaks in exif_read_data()

This fixes two leaks related to duplicate tags, as well as a leak
of zero-length FMT_(S)BYTE with non-null value. This can show up
for MAKERNOT

Fix multiple leaks in exif_read_data()

This fixes two leaks related to duplicate tags, as well as a leak
of zero-length FMT_(S)BYTE with non-null value. This can show up
for MAKERNOTE values where the original length is non-zero, but
the first character is a null byte.

show more ...

# 6a21804b 19-Sep-2019 Nikita Popov

Merge branch 'PHP-7.4'


# f0f84adf 19-Sep-2019 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4


# e76dea42 19-Sep-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# 0fa13028 19-Sep-2019 Nikita Popov

Fix out-of-bounds read in exif tag reading

This issue was recently introduced in c739023a50876e2a90588f915803b0140a95638e,
when the restriction that components>0 has been relaxed. We now

Fix out-of-bounds read in exif tag reading

This issue was recently introduced in c739023a50876e2a90588f915803b0140a95638e,
when the restriction that components>0 has been relaxed. We now need
to make sure that any tags that expect at least one component check
that this is the case.

show more ...

# 975ef6ea 19-Sep-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 8a599c7b 19-Sep-2019 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4


# 6bf5c850 19-Sep-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# 3e139a46 19-Sep-2019 Nikita Popov

Fix exif leak on duplicate copyright tags

# b59f6e4f 12-Sep-2019 Christoph M. Becker

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix exif build
NEWS


# 679cbee8 12-Sep-2019 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix exif build
NEWS


# 31f617d9 12-Sep-2019 Christoph M. Becker

Fix exif build

As of PHP 7.3.0 the `model` field is removed.

# c2d661c2 12-Sep-2019 Kalle Sommer Nielsen

Merge branch 'PHP-7.4'

* PHP-7.4:
Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7)


# 89227fba 12-Sep-2019 Kalle Sommer Nielsen

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7)


# 6f0e5a45 12-Sep-2019 Kalle Sommer Nielsen

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7)


# 2823e938 12-Sep-2019 Kalle Sommer Nielsen

Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7)

# 74359145 15-Aug-2019 Craig Duncan

Convert exif functions arginfo to php stubs

We also allow sections needed to be null.

# e043025f 29-Jul-2019 Stanislav Malyshev

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix #77919: Potential UAF in Phar RSHUTDOWN
Update NEWS
Fix bug #78256 (heap-buffer-overflow on exif_process_user_comment)
Fix bug #

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix #77919: Potential UAF in Phar RSHUTDOWN
Update NEWS
Fix bug #78256 (heap-buffer-overflow on exif_process_user_comment)
Fix bug #78222 (heap-buffer-overflow on exif_scan_thumbnail)

show more ...


# 4adf3dc1 29-Jul-2019 Stanislav Malyshev

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #77919: Potential UAF in Phar RSHUTDOWN
Update NEWS
Fix bug #78256 (heap-buffer-overflow on exif_process_user_comment)

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #77919: Potential UAF in Phar RSHUTDOWN
Update NEWS
Fix bug #78256 (heap-buffer-overflow on exif_process_user_comment)
Fix bug #78222 (heap-buffer-overflow on exif_scan_thumbnail)

show more ...


12345678910>>...24