From da67c16f3d8f8431ae5c732126499f74ccca6a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Sat, 7 Oct 2017 23:07:26 +0200 Subject: [PATCH] Added arithmetic operation overflow error --- src/error.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/error.cpp b/src/error.cpp index f2edf4dd5a..5d63957d32 100644 --- a/src/error.cpp +++ b/src/error.cpp @@ -110,6 +110,7 @@ namespace { { 56, N_("invalid type value detected in Image::printIFDStructure") }, { 57, N_("invalid memory allocation request") }, { 58, N_("corrupted image metadata") }, + { 59, N_("Arithmetic operation overflow") }, }; }