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

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