]> granicus.if.org Git - curl/commit
ntlm_wb: Fix hard-coded limit on NTLM auth packet size
authorDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 11 Jul 2014 09:27:18 +0000 (10:27 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 16 Jul 2014 15:26:08 +0000 (17:26 +0200)
commit9008f3d5646f1f32cfe5f06e5e03f56f867a5b04
tree567510c1f604f5c93d1506992817f10de94cea13
parentdf5169fa35f31ebe10893f2a3416ec8e8d8faa20
ntlm_wb: Fix hard-coded limit on NTLM auth packet size

Bumping it to 1KiB in commit aaaf9e50ec is all very well, but having hit
a hard limit once let's just make it cope by reallocating as necessary.
lib/curl_ntlm_wb.c