wininet: Retrieve the maximum token length from the SSP and use a buffer of that...
commit0be05ab6aac571865358eea6e1256ff3f19b274c
authorRob Shearman <rob@codeweavers.com>
Mon, 10 Mar 2008 16:41:44 +0000 (10 16:41 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Mar 2008 18:12:54 +0000 (10 19:12 +0100)
tree39ae542c5d72834e858c78fb744ec6f92a8eb289
parent7631bdf0c103f1dec24a347fafa935913d8b1593
wininet: Retrieve the maximum token length from the SSP and use a buffer of that length in calls to InitializeSecurityContextW.

Otherwise, InitializeSecurityContextW could run out of space with our
small, fixed buffer and fail.
dlls/wininet/http.c