From: Heiko Schlittermann (HS12-RIPE) Date: Thu, 1 Apr 2021 19:28:59 +0000 (+0200) Subject: directory X-Git-Tag: exim-4.95-RC0~14^2~17 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=f7c791b769a3a5395d92d29d27aa58f9d442373c;hp=f7da81e789e2f20b00f46f07260488f337984b84;p=user%2Fhenk%2Fcode%2Fexim.git directory (cherry picked from commit 5f41e800ce9cc7ad154047298914df955e905bf4) --- diff --git a/src/src/directory.c b/src/src/directory.c index f54a781b7..3273eb89b 100644 --- a/src/src/directory.c +++ b/src/src/directory.c @@ -44,8 +44,8 @@ uschar c = 1; struct stat statbuf; uschar * path; -if (is_tainted(name)) - { p = US"create"; path = US name; errno = ERRNO_TAINT; goto bad; } +if (is_tainted2(name, LOG_MAIN|LOG_PANIC, "Tainted path '%s' for new directory", name)) + { p = US"create"; path = US name; errno = EACCES; goto bad; } if (parent) {