Test: /ext/gd/tests/bug75111.phpt - Version 7.2.19        

Bug #75111 Memory disclosure or DoS via crafted .bmp image
Submitted: 2017-08-24 03:53:27 Modified: 2017-08-24 11:49:43
From: glen.carmichael Assigned: cmb
Status: Closed Package: GD related
PHP Version: 7.2.0beta3 OS:

There are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
001+ resource(4) of type (gd)
001- Warning: imagecreatefromstring(): Passed data is not in 'BMP' format in %s on line %d
002-
003- Warning: imagecreatefromstring(): Couldn't create GD Image Stream out of Data in %s on line %d
004- bool(false)
1 (33%)
001- Warning: imagecreatefromstring(): Passed data is not in 'BMP' format in %s on line %d
003- Warning: imagecreatefromstring(): Couldn't create GD Image Stream out of Data in %s on line %d
004- bool(false)
005- ===DONE===