]> git.ipfire.org Git - thirdparty/curl.git/commit
ntlm: avoid malloc(0) on zero length user and domain
authorDaniel Stenberg <daniel@haxx.se>
Sat, 28 Nov 2020 21:29:59 +0000 (22:29 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 29 Nov 2020 10:24:54 +0000 (11:24 +0100)
commit65d2f563fd908fcb53652339ade81b0869db1fd9
treefda83610c07cfa0ffee8b34e8845b3af46bb7d92
parent732398561bcaaa952cf4dff14e18ff526666ff16
ntlm: avoid malloc(0) on zero length user and domain

... and simplify the too-long checks somewhat.

Detected by OSS-Fuzz

Closes #6264
lib/curl_ntlm_core.c