[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:43:34 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=64ea16e
The following commit has been merged in the master branch:
commit 64ea16eb929877edd03294878a406cd20b1e4378
Author: Robin Mills <robin at clanmills.com>
Date: Sat Jan 12 18:58:46 2013 +0000
Issue: #876. Garbage in Exif.Canon.LensModel. Thanks to Markus for reporting this and providing test data.
---
src/value.cpp | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/value.cpp b/src/value.cpp
index 163471b..497c8dd 100644
--- a/src/value.cpp
+++ b/src/value.cpp
@@ -300,6 +300,12 @@ namespace Exiv2 {
{
// byteOrder not needed
if (buf) value_ = std::string(reinterpret_cast<const char*>(buf), len);
+ // http://dev.exiv2.org/issues/876
+ // garbage in Exif.Canon.LensModel due to len == 74 and strlen(buf) = 17
+ size_t nullByte = value_.find('
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list