mirror of
https://github.com/curl/curl.git
synced 2026-04-24 05:22:12 +03:00
imap: inlined checksrc disable instead of whitelist edit
This commit is contained in:
parent
6109e0f509
commit
600311bba8
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue