History log of /php-src/ext/exif/exif.c (Results 76 – 100 of 597)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# d6ca174d 09-Oct-2019 Nikita Popov

Remove redundant components < 0 check

components is an unsigned number, it cannot be smaller than zero.

Revision tags: php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3, php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9, php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1, php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1, php-7.2.21RC1, php-7.3.8RC1, php-7.4.0alpha3, php-7.3.7, php-7.2.20, php-7.4.0alpha2, php-7.3.7RC3, php-7.3.7RC2, php-7.2.20RC2, php-7.4.0alpha1, php-7.3.7RC1, php-7.2.20RC1, php-7.2.19, php-7.3.6, php-7.1.30, php-7.2.19RC1, php-7.3.6RC1
# 1ea329d4 07-May-2019 peter279k

Fix bug #77204

Include opened path in getimagesize() error message

# 5d6e923d 24-Sep-2019 Gabriel Caruso

Remove mention of PHP major version in Copyright headers

Closes GH-4732.

# c6315f86 22-Sep-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 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)


12345678910>>...24