From: Daniel Stenberg Date: Tue, 19 Apr 2016 06:31:11 +0000 (+0200) Subject: imap: inlined checksrc disable instead of whitelist edit X-Git-Tag: curl-7_49_0~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=600311bba80bc66c8556c08c5c8e2ffbf16f536d;p=thirdparty%2Fcurl.git imap: inlined checksrc disable instead of whitelist edit --- diff --git a/lib/imap.c b/lib/imap.c index c509f115c6..89f0499d11 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -1796,6 +1796,7 @@ static CURLcode imap_sendf(struct connectdata *conn, const char *fmt, ...) */ static char *imap_atom(const char *str, bool escape_only) { + /* !checksrc! disable PARENBRACE 1 */ const char atom_specials[] = "(){ %*]"; const char *p1; char *p2;