From e8b8b133c685e7b09f672016d117c7d8b49e70b1 Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Sun, 28 Mar 2021 10:59:46 +0200 Subject: [PATCH] rda (cherry picked from commit a6da9c67acaee699616516be141d600cc178a633) --- src/src/rda.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/src/rda.c b/src/src/rda.c index fb3714ea2..3b458430a 100644 --- a/src/src/rda.c +++ b/src/src/rda.c @@ -179,10 +179,8 @@ struct stat statbuf; /* Reading a file is a form of expansion; we wish to deny attackers the capability to specify the file name. */ -if (is_tainted(filename)) +if (*error = is_tainted2(filename, 0, "Tainted name '%s' for file read not permitted\n", filename)) { - *error = string_sprintf("Tainted name '%s' for file read not permitted\n", - filename); *yield = FF_ERROR; return NULL; } -- 2.30.2