From: Heiko Schlittermann (HS12-RIPE) Date: Mon, 12 Apr 2021 08:10:02 +0000 (+0200) Subject: fixup! WIP: allow_insecure_tainted_data X-Git-Url: https://git.exim.org/users/heiko/exim.git/commitdiff_plain/81ee57cef1cdd604a29b3f6f825d027560e6f510 fixup! WIP: allow_insecure_tainted_data --- diff --git a/src/src/functions.h b/src/src/functions.h index 64fbfcbfc..2bb4b0911 100644 --- a/src/src/functions.h +++ b/src/src/functions.h @@ -1165,7 +1165,6 @@ return -1; static inline int exim_openat(int dirfd, const char *pathname, int flags) { -uschar *msg; if (!is_tainted2(pathname, LOG_MAIN|LOG_PANIC, "Tainted filename '%s'", pathname)) return openat(dirfd, pathname, flags); errno = EACCES;