]> git.ipfire.org Git - thirdparty/curl.git/commit
imap: remove the only sscanf() call in the IMAP code
authorDaniel Stenberg <daniel@haxx.se>
Mon, 14 Aug 2023 11:38:09 +0000 (13:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 Aug 2023 16:07:12 +0000 (18:07 +0200)
commit91765104c2c1bd43d4fda8b5ebedec41c67c0ed0
tree4ea88888b7c84357633465cace316ff298a0ad16
parentde5f66595e694de405e43526855568dbe51bf7e3
imap: remove the only sscanf() call in the IMAP code

Avoids the use of a stack buffer.

Closes #11673
lib/imap.c