Bug #55286
closedexif_read_data issues warning for corrupted EXIF data in images
100%
Description
Indexed search extension will issue a warning trying to get meta data of an image with corrupted exif data.
Warning: exif_read_data(Example.jpg) [function.exif-read-data]: Incorrect APP1 Exif Identifier Code in typo3_src-6.1.7/typo3/sysext/indexed_search/Classes/FileContentParser.php on line 614
This warning should be suppressed by '@' operator or caught otherwise.
Files
Updated by Felix Althaus almost 11 years ago
- File 55286.patch 55286.patch added
I created a patch for error suppression, see attached file
Updated by Markus Klein almost 11 years ago
- Status changed from New to Accepted
- Target version set to next-patchlevel
- Complexity set to no-brainer
Thanks for your report Felix.
Would you mind pushing your patch to our review system?
You'll find useful information on how to do that in http://wiki.typo3.org/CWT
Feel free to contact me, if you need help.
Target releases for this patch are: 6.2, 6.1
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27160
Updated by Felix Althaus almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e3474070c3c43e7c297acc894f9a6d3592a84e01.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27715
Updated by Felix Althaus almost 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset bd607e278f990495007c3fdaf2e3716b18e5910a.