X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e8b8b133c685e7b09f672016d117c7d8b49e70b1..bc3e80bcacbe4be437fe43a8babe2e4896837d95:/src/src/rda.c diff --git a/src/src/rda.c b/src/src/rda.c index 3b458430a..684730a7d 100644 --- a/src/src/rda.c +++ b/src/src/rda.c @@ -3,7 +3,7 @@ *************************************************/ /* Copyright (c) University of Cambridge 1995 - 2018 */ -/* Copyright (c) The Exim maintainers 2020 */ +/* Copyright (c) The Exim maintainers 2020 - 2021 */ /* See the file NOTICE for conditions of use and distribution. */ /* This module contains code for extracting addresses from a forwarding list @@ -179,7 +179,7 @@ struct stat statbuf; /* Reading a file is a form of expansion; we wish to deny attackers the capability to specify the file name. */ -if (*error = is_tainted2(filename, 0, "Tainted name '%s' for file read not permitted\n", filename)) +if ((*error = is_tainted2(filename, 0, "Tainted name '%s' for file read not permitted\n", filename))) { *yield = FF_ERROR; return NULL;