]> granicus.if.org Git - curl/commit
curl_ntlm_wb: check aprintf() return codes
authorDaniel Stenberg <daniel@haxx.se>
Sun, 7 Oct 2018 21:34:35 +0000 (23:34 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Oct 2018 10:06:33 +0000 (12:06 +0200)
commit2ece5e3001d255a4cafd8ea7a3007ee0566e474c
tree132bf3055b34e4ad4100933e4ab69354724af5d2
parentaf500e9378edfb5501bd0fa4bb7c581c3207af7a
curl_ntlm_wb: check aprintf() return codes

... when they return NULL we're out of memory and MUST return failure.

closes #3111
lib/curl_ntlm_wb.c