Fixed CVE-2014-2972 patch

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada 2014-07-23 20:53:47 +02:00
parent a4a813d4c1
commit fd0d5ab510

View File

@ -6,7 +6,7 @@ index 573b405..739f874 100644
/* Recursively called function */
static uschar *expand_string_internal(uschar *, BOOL, uschar **, BOOL);
+static int_eximarith_t expanded_string_integer(uschar *, BOOL);
+static int expanded_string_integer(uschar *, BOOL);
#ifdef STAND_ALONE
#ifndef SUPPORT_CRYPTEQ