index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libexif
/
ExifParse.cpp
Age
Commit message (
Expand
)
Author
2016-04-07
[fix] CID 1358356, 1358357, 1358358: Out-of-bounds write (OVERRUN).
ace20022
2016-04-05
CID 77632, 77633: Untrusted array index read (TAINTED_SCALAR).
ace20022
2016-04-05
CID 77382: Buffer not null terminated (BUFFER_SIZE_WARNING).
ace20022
2016-04-05
CID 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-08
Merge pull request #7410 from mkortstiege/coverity
Pär Björklund
2015-07-07
fix a few coverity warnings
Matthias 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 UserComment
Christian Fetzer
2012-08-08
[droid] libexif fixes
theuni
2012-03-27
Cleaned up exif parser: Removed unneccessary comment, use MAX_COMMENT instead...
Christian Fetzer
2012-03-26
Added support for the exif ImageDescription tag to libexif and made it access...
Christian Fetzer
2011-08-01
fixed: make sure libexif is using the correct byte order (intel or motorola) ...
vdrfan
2011-01-24
Merged cptspiff's code-reshuffle branch.
theuni