Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / winbind
commit6b6cab72c12ac1bb5fadb31d56ece0e0ef37613c
authorJeremy Allison <jra@samba.org>
Fri, 2 Aug 2013 22:03:39 +0000 (2 15:03 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 27 Aug 2013 09:36:39 +0000 (27 11:36 +0200)
treeaa3109b822522b1975b5a92225109d3141975e1d
parentc41ffd5e772da6777c4fd60a77ef4658a89a512d
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-1-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-1-test): Tue Aug 27 11:36:39 CEST 2013 on sn-devel-104
source3/lib/util.c