mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04: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)
|
static char *imap_atom(const char *str, bool escape_only)
|
||||||
{
|
{
|
||||||
|
/* !checksrc! disable PARENBRACE 1 */
|
||||||
const char atom_specials[] = "(){ %*]";
|
const char atom_specials[] = "(){ %*]";
|
||||||
const char *p1;
|
const char *p1;
|
||||||
char *p2;
|
char *p2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user