Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / winbind
authorJeremy Allison <jra@samba.org>
Fri, 2 Aug 2013 22:03:39 +0000 (15:03 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 27 Aug 2013 09:39:06 +0000 (11:39 +0200)
commit17871748fbf07c545099bdead294694c976d467a
tree272c4db830ae8330a1be1e3a98c71eb30fcf9dab
parent16e6631da9385604f98a89a662a9b2d75affcd7c
Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / winbind

Don't use talloc_tos() in something that can be linked to in pam_winbindd.so

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Simo Sorce <idra@samba.org>
Autobuild-User(master): Simo Sorce <idra@samba.org>
Autobuild-Date(master): Sat Aug 24 02:28:28 CEST 2013 on sn-devel-104
(cherry picked from commit 9423d5afb71e272298f4858d82f436e19ee2b07f)

Autobuild-User(v4-0-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-0-test): Tue Aug 27 11:39:07 CEST 2013 on sn-devel-104
source3/lib/util.c