aboutsummaryrefslogtreecommitdiff
path: root/lib/libexif/ExifParse.cpp
AgeCommit message (Expand)Author
2016-04-07[fix] CID 1358356, 1358357, 1358358: Out-of-bounds write (OVERRUN).ace20022
2016-04-05CID 77632, 77633: Untrusted array index read (TAINTED_SCALAR).ace20022
2016-04-05CID 77382: Buffer not null terminated (BUFFER_SIZE_WARNING).ace20022
2016-04-05CID 77678, 77679, 77785: Uninitialized pointer field (UNINIT_CTOR).ace20022
2015-07-10[libexif] Add an own field for XP comments.ace20022
2015-07-10[fix][libexif] Force text fields to be null-terminated.ace20022
2015-07-10[fix][libexif] Prevent possible buffer overrun for XP comments.ace20022
2015-07-08Merge pull request #7410 from mkortstiege/coverityPär Björklund
2015-07-07fix a few coverity warningsMatthias Kortstiege
2015-07-06[libexif] Add processing of comment tags used by Windows.ace20022
2015-06-23[libexif] Ignore invalid DMS value in GPS coordinate, and fix kodi crash due ...balmeras
2012-09-13[libexif] Added character set conversion to UserCommentChristian Fetzer
2012-08-08[droid] libexif fixestheuni
2012-03-27Cleaned up exif parser: Removed unneccessary comment, use MAX_COMMENT instead...Christian Fetzer
2012-03-26Added support for the exif ImageDescription tag to libexif and made it access...Christian Fetzer
2011-08-01fixed: make sure libexif is using the correct byte order (intel or motorola) ...vdrfan
2011-01-24Merged cptspiff's code-reshuffle branch.theuni