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:
parent
6109e0f509
commit
600311bba8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user