[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:42:44 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=c9d97e6

The following commit has been merged in the master branch:
commit c9d97e6c00d9cd07e9a7bca59ad6fab0b662f2e7
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri Sep 2 14:47:54 2011 +0000

    Another more or less minor fix.
---
 src/tiffcomposite.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tiffcomposite.cpp b/src/tiffcomposite.cpp
index d14e96e..fd44dd4 100644
--- a/src/tiffcomposite.cpp
+++ b/src/tiffcomposite.cpp
@@ -1300,6 +1300,7 @@ namespace Exiv2 {
                   << ": Writing offset " << o2 << "
";
 #endif
         DataBuf buf(static_cast<long>(strips_.size()) * 4);
+        memset(buf.pData_, 0x0, buf.size_);
         uint32_t idx = 0;
         for (Strips::const_iterator i = strips_.begin(); i != strips_.end(); ++i) {
             idx += writeOffset(buf.pData_ + idx, o2, tiffType(), byteOrder);

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list