X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/f0fe22cbc29ee4f887aa254f2590a9e72401e237..218c95cc2e45de929d92c508bc9a95292c3a4ece:/src/src/string.c diff --git a/src/src/string.c b/src/src/string.c index ced1ad8c7..007ec877e 100644 --- a/src/src/string.c +++ b/src/src/string.c @@ -664,7 +664,7 @@ return yield; *************************************************/ /* The formatting is done by string_vformat, which checks the length of -everything. +everything. Taint is taken from the worst of the arguments. Arguments: format a printf() format - deliberately char * rather than uschar *