Commit 600311bb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

imap: inlined checksrc disable instead of whitelist edit

parent 6109e0f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;