]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
imap: inlined checksrc disable instead of whitelist edit
authorDaniel Stenberg <daniel@haxx.se>
Tue, 19 Apr 2016 06:31:11 +0000 (08:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 19 Apr 2016 06:53:31 +0000 (08:53 +0200)
lib/imap.c

index c509f115c64560f33a443fc37529897c044190e6..89f0499d11a34209d8c167ce2f4a0d230c3f64b5 100644 (file)
@@ -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;