php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #73514 imagecreatefromjpeg fatal error on non-jpg file
Submitted: 2016-11-14 11:52 UTC Modified: 2016-11-14 15:43 UTC
From: hrvoje dot novosel at gmail dot com Assigned: cmb (profile)
Status: Duplicate Package: GD related
PHP Version: 7.0.13 OS: Linux / CentOS 7
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
43 - 17 = ?
Subscribe to this entry?

 
 [2016-11-14 11:52 UTC] hrvoje dot novosel at gmail dot com
Description:
------------
When you try to load a GIF or PNG via imagecreatefromjpeg function you get a Fatal error instead of a warning / return false.

Probably related/same issue as
https://bugs.php.net/bug.php?id=73116

Test script:
---------------
$image = imagecreatefromjpeg('image.png');

Expected result:
----------------
warning and $image = false

Actual result:
--------------
Fatal error: imagecreatefromjpeg(): gd-jpeg: JPEG library reports unrecoverable error: Not a JPEG file: starts with ..

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-11-14 15:43 UTC] cmb@php.net
-Status: Open +Status: Duplicate -Assigned To: +Assigned To: cmb
 [2016-11-14 15:43 UTC] cmb@php.net
I can confirm that this happens with an external libgd, but not
with the bundled libgd, and that this ticket is a duplicate of bug
#73479 (which might in turn be a duplicate of bug #73116, but I'm
not sure, because I can't reproduce the reported behavior with the
bundled libgd).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC