diff options
author | Alexander Bokovoy <ab@samba.org> | 2012-06-06 16:52:18 +0300 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2012-06-06 18:22:51 +0200 |
commit | 238d24af4ed1457b684b6e497d1ca134f9ea567d (patch) | |
tree | 5bc0b9da9babe0e902dd40df65ffe2384dbd0ccd /source4/librpc/dcerpc_samr.pc.in | |
parent | f3df2988ba6928cde0bd89da321bbe74fd76f53f (diff) | |
download | samba-238d24af4ed1457b684b6e497d1ca134f9ea567d.tar.gz samba-238d24af4ed1457b684b6e497d1ca134f9ea567d.tar.bz2 samba-238d24af4ed1457b684b6e497d1ca134f9ea567d.zip |
auth-kerberos: avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute()
gss_get_name_attribute() can return unintialized pac_display_buffer
and later gss_release_buffer() will crash on attempting to release it.
The fix on MIT krb5 side is in 1.10.1, reported in both Debian and MIT upstream:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658514
http://krbdev.mit.edu/rt/Ticket/Display.html?user=guest&pass=guest&id=7087
We need to initialize variables before using gss_get_name_attribute()
Autobuild-User: Alexander Bokovoy <ab@samba.org>
Autobuild-Date: Wed Jun 6 18:22:51 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4/librpc/dcerpc_samr.pc.in')
0 files changed, 0 insertions, 0 deletions