]> granicus.if.org Git - curl/commit
ntlm_wb: bail out if the response gets overly large
authorDaniel Stenberg <daniel@haxx.se>
Sat, 8 Sep 2018 21:03:53 +0000 (23:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 9 Sep 2018 08:44:02 +0000 (10:44 +0200)
commit37da149670ebf0535793e13be9f46166c8303978
treeec82bda62125c6e5fa7099edb48da378206c4f4b
parent6e4b8c5073c3985cef98656c3b375981d25a8898
ntlm_wb: bail out if the response gets overly large

Exit the realloc() loop if the response turns out ridiculously large to
avoid worse problems.

Reported-by: Harry Sintonen
Closes #2959
lib/curl_ntlm_wb.c