1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

imap: inlined checksrc disable instead of whitelist edit

This commit is contained in:
Daniel Stenberg 2016-04-19 08:31:11 +02:00
parent 6109e0f509
commit 600311bba8

View 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;