git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d34c22b
)
Taint: fix parsing of ACL ratelimit condition
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 12 Apr 2020 16:47:27 +0000
(17:47 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 12 Apr 2020 17:19:50 +0000
(18:19 +0100)
src/src/acl.c
patch
|
blob
|
history
diff --git
a/src/src/acl.c
b/src/src/acl.c
index 3ea8df1b135e8f028973c47565da6c9ce14bc17f..22610ceaa66e0e97b6c184bd397bed4a6b49b472 100644
(file)
--- a/
src/src/acl.c
+++ b/
src/src/acl.c
@@
-2260,7
+2260,7
@@
count = 1.0;
/* Parse the other options. */
-while ((ss = string_nextinlist(&arg, &sep,
big_buffer, big_buffer_size
)))
+while ((ss = string_nextinlist(&arg, &sep,
NULL, 0
)))
{
if (strcmpic(ss, US"leaky") == 0) leaky = TRUE;
else if (strcmpic(ss, US"strict") == 0) strict = TRUE;