]> git.ipfire.org Git - thirdparty/curl.git/commit
ntlm: clear lm and nt response buffers before use
authorDaniel Stenberg <daniel@haxx.se>
Wed, 22 Mar 2023 12:31:11 +0000 (13:31 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Mar 2023 08:25:05 +0000 (09:25 +0100)
commit0c2fcb0f60c699a3faa09ffb29e2c1db16e0a13b
treefc33767aef0ad240cb2d66d4084121aec004db47
parent955e2769f7864899b500827acde7ddc1f0ba6784
ntlm: clear lm and nt response buffers before use

To avoid the risk of MemorySanitizer: use-of-uninitialized-value

Closes #10814
lib/vauth/ntlm.c