Blame SOURCES/0006-1296-Fix-submitted.patch

1a1466
From 2f8681e120d277e418941c4361c83b5028f67fd8 Mon Sep 17 00:00:00 2001
1a1466
From: clanmills <robin@clanmills.com>
1a1466
Date: Sat, 27 May 2017 10:18:17 +0100
1a1466
Subject: [PATCH 6/6] #1296 Fix submitted.
1a1466
1a1466
---
1a1466
 src/tiffcomposite.cpp | 2 ++
1a1466
 1 file changed, 2 insertions(+)
1a1466
1a1466
diff --git a/src/tiffcomposite.cpp b/src/tiffcomposite.cpp
1a1466
index c6b860d..0c9b9c4 100644
1a1466
--- a/src/tiffcomposite.cpp
1a1466
+++ b/src/tiffcomposite.cpp
1a1466
@@ -1611,6 +1611,8 @@ namespace Exiv2 {
1a1466
     uint32_t TiffImageEntry::doWriteImage(IoWrapper& ioWrapper,
1a1466
                                           ByteOrder  /*byteOrder*/) const
1a1466
     {
1a1466
+        if ( !pValue() ) throw Error(21); // #1296
1a1466
+        
1a1466
         uint32_t len = pValue()->sizeDataArea();
1a1466
         if (len > 0) {
1a1466
 #ifdef DEBUG
1a1466
-- 
1a1466
2.9.4
1a1466