Fix taint trap in parse_fix_phrase(). Bug 2617
[exim.git] / src / src / acl.c
index 8e17a0e9c618ba0cc90d6dc605dd45c92935b915..185a39d5da84e2c66dc2f2f7ee1b8d108cf97183 100644 (file)
@@ -3268,8 +3268,7 @@ for (; cb; cb = cb->next)
              {
              const uschar *pp = p + 6;
              while (*pp) pp++;
-             submission_name = string_copy(parse_fix_phrase(p+6, pp-p-6,
-               big_buffer, big_buffer_size));
+             submission_name = parse_fix_phrase(p+6, pp-p-6);
              p = pp;
              }
            else break;