X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4191cb150300d310ab5fa22ce2cfb02b6f6051b0..a85c067ba6c6940512cf57ec213277a370d87e70:/src/src/search.c diff --git a/src/src/search.c b/src/src/search.c index 979dae739..32099ab9e 100644 --- a/src/src/search.c +++ b/src/src/search.c @@ -2,9 +2,10 @@ * Exim - an Internet mail transport agent * *************************************************/ +/* Copyright (c) The Exim Maintainers 2020 - 2022 */ /* Copyright (c) University of Cambridge 1995 - 2015 */ -/* Copyright (c) The Exim Maintainers 2020 - 2021 */ /* See the file NOTICE for conditions of use and distribution. */ +/* SPDX-License-Identifier: GPL-2.0-only */ /* A set of functions to search databases in various formats. An open database is represented by a void * value which is returned from a lookup- @@ -959,7 +960,7 @@ than the result. Return a de-tainted version of the key on the grounds that it have been validated by the lookup. */ if (yield && ret_key) - yield = string_copy_taint(keystring, FALSE); + yield = string_copy_taint(keystring, GET_UNTAINTED); return yield; }