Loading lib/curl_ntlm_wb.c +1 −0 Original line number Diff line number Diff line Loading @@ -295,6 +295,7 @@ static CURLcode ntlm_wb_response(struct connectdata *conn, if(len_out > MAX_NTLM_WB_RESPONSE) { failf(conn->data, "too large ntlm_wb response!"); free(buf); return CURLE_OUT_OF_MEMORY; } Loading Loading
lib/curl_ntlm_wb.c +1 −0 Original line number Diff line number Diff line Loading @@ -295,6 +295,7 @@ static CURLcode ntlm_wb_response(struct connectdata *conn, if(len_out > MAX_NTLM_WB_RESPONSE) { failf(conn->data, "too large ntlm_wb response!"); free(buf); return CURLE_OUT_OF_MEMORY; } Loading