[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:40:33 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=a1077e6
The following commit has been merged in the master branch:
commit a1077e6ade0bac39c34c7885df77099938432cec
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Thu Jun 11 09:22:19 2009 +0000
#630: Fixed CRC error in chunk zTXt (Jochen Schug).
---
src/pngchunk.cpp | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/src/pngchunk.cpp b/src/pngchunk.cpp
index 1992fbd..8e02cc0 100644
--- a/src/pngchunk.cpp
+++ b/src/pngchunk.cpp
@@ -460,6 +460,7 @@ namespace Exiv2 {
{
// then it is all OK
arr.alloc(compressedLen);
+ arr.size_ = compressedLen;
}
else if (zlibResult == Z_BUF_ERROR)
{
@@ -510,16 +511,17 @@ namespace Exiv2 {
memcpy(data4crc.pData_ + key.size_, "
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list