diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-02-16 09:16:42 -0500 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-02-17 12:15:50 +0100 |
commit | a8cc2fa09ed43a167f62711bef363a5ac335dc78 (patch) | |
tree | 4df98efc653eb1af150f39fe4f0392cdb0a0a14b /lib | |
parent | 8aef63d2430a3e96b1dbf3f6595bdf78f703c778 (diff) | |
download | samba-a8cc2fa09ed43a167f62711bef363a5ac335dc78.tar.gz samba-a8cc2fa09ed43a167f62711bef363a5ac335dc78.tar.bz2 samba-a8cc2fa09ed43a167f62711bef363a5ac335dc78.zip |
cifs.upcall: allocate a talloc context for smb_krb5_unparse_name
cifs.upcall calls smb_krb5_unparse_name with a NULL talloc context.
Older versions of this function though will conditionally use
SMB_REALLOC instead of TALLOC_REALLOC when a NULL context is passed
in. To make it more consistent, just spawn a talloc context that
we can pass into this function.
Resolves:
https://bugzilla.redhat.com/show_bug.cgi?id=565446
https://bugzilla.samba.org/show_bug.cgi?id=6868
Reported-by: Ludek Finstrle <luf@seznam.cz>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions