aboutsummaryrefslogtreecommitdiff
path: root/lib/imap.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-19 08:31:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-19 08:53:31 +0200
commit600311bba80bc66c8556c08c5c8e2ffbf16f536d (patch)
tree8877c3973b8e660af566739e9100c56cf8e69cd6 /lib/imap.c
parent6109e0f50906f0c79769a7d1b6b4887f62bc9183 (diff)
imap: inlined checksrc disable instead of whitelist edit
Diffstat (limited to 'lib/imap.c')
-rw-r--r--lib/imap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/imap.c b/lib/imap.c
index c509f115c..89f0499d1 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;