]> granicus.if.org Git - curl/commit
ntlm: avoid integer overflow for malloc size
authorDaniel Stenberg <daniel@haxx.se>
Mon, 6 Nov 2017 22:51:52 +0000 (23:51 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 27 Nov 2017 07:19:34 +0000 (08:19 +0100)
commit7f2a1df6f5fc598750b2c6f34465c8d924db28cc
tree4d56c434e60383ba81d16fbc90c1085393143ffb
parent0b664ba968437715819bfe4c7ada5679d16ebbc3
ntlm: avoid integer overflow for malloc size

Reported-by: Alex Nichols
Assisted-by: Kamil Dudka and Max Dymond
CVE-2017-8816

Bug: https://curl.haxx.se/docs/adv_2017-11e7.html
lib/curl_ntlm_core.c