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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:38:06 UTC 2017


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

The following commit has been merged in the master branch:
commit b90529f9f9ef29b21934c8fca1441603080ca93f
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Nov 16 12:53:25 2006 +0000

    Added testcase for bug #495, fixed a few SVN mime-type properties
---
 test/bugfixes-test.sh       |   3 +++
 test/data/bugfixes-test.out |   7 +++++++
 test/data/exiv2-bug495.jpg  | Bin 0 -> 16445 bytes
 3 files changed, 10 insertions(+)

diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index c38518e..8b3455c 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -62,6 +62,9 @@ num=480
 filename=`prep_file $num`
 $binpath/largeiptc-test $filename ../data/imagemagick.png
 
+num=495
+filename=`prep_file $num`
+$binpath/exiv2 -pi $filename
 ) > $results 2>&1
 
 if [ x"`which unix2dos.exe`" != x ]; then
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index 94bc97e..517e0f3 100644
--- a/test/data/bugfixes-test.out
+++ b/test/data/bugfixes-test.out
@@ -243,3 +243,10 @@ IRB buffer : 144788
 Comparing IPTC and IRB size... ok
 Comparing IPTC and IRB data... ok
 Caught Exiv2 exception 'Size of IPTC JPEG segment is larger than 65535 bytes'
+------> Bug 495 <-------
+Error: Directory Iop with 768 entries considered invalid; not read.
+Warning: IFD1: Pointer to next IFD is out of bounds; ignored.
+Error: Upper boundary of the 1st data entry of IFD1 is out of bounds:
+ Offset = 0x0203fa04, exceeds buffer size by 168813082 Bytes
+Exiv2 exception in print action for file exiv2-bug495.jpg:
+Failed to decode Exif metadata
diff --git a/test/data/exiv2-bug495.jpg b/test/data/exiv2-bug495.jpg
new file mode 100644
index 0000000..aebe353
Binary files /dev/null and b/test/data/exiv2-bug495.jpg differ

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list