mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
http_negotiate: do not delegate GSSAPI credentials
CVE-2012-4545. Reported by Marko Myllynen.
(cherry picked from elinks-0.12 commit da18694ff7
)
This commit is contained in:
parent
62818a39f9
commit
5e113362da
@ -188,7 +188,7 @@ http_negotiate_create_context(struct negotiate *neg)
|
||||
&neg->context,
|
||||
neg->server_name,
|
||||
GSS_C_NO_OID,
|
||||
GSS_C_DELEG_FLAG,
|
||||
0,
|
||||
0,
|
||||
GSS_C_NO_CHANNEL_BINDINGS,
|
||||
&neg->input_token,
|
||||
|
Loading…
Reference in New Issue
Block a user