mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
c2fcd83ed7
Creation of a new Net() object initializes an event context under a NULL talloc context and then creates a new talloc context as a child of the event context. The deallocation function for the net object only frees the child and not the parent. This leaks an fd for the tevent context and associated memory. Signed-off-by: Andrew Walker <awalker@ixsystems.com> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Nov 6 04:58:31 UTC 2020 on sn-devel-184 |
||
---|---|---|
.. | ||
composite.h | ||
groupinfo.c | ||
groupinfo.h | ||
groupman.c | ||
groupman.h | ||
libnet_become_dc.c | ||
libnet_become_dc.h | ||
libnet_domain.c | ||
libnet_domain.h | ||
libnet_export_keytab.c | ||
libnet_export_keytab.h | ||
libnet_group.c | ||
libnet_group.h | ||
libnet_join.c | ||
libnet_join.h | ||
libnet_lookup.c | ||
libnet_lookup.h | ||
libnet_passwd.c | ||
libnet_passwd.h | ||
libnet_rpc.c | ||
libnet_rpc.h | ||
libnet_samsync.h | ||
libnet_share.c | ||
libnet_share.h | ||
libnet_site.c | ||
libnet_site.h | ||
libnet_time.c | ||
libnet_time.h | ||
libnet_unbecome_dc.c | ||
libnet_unbecome_dc.h | ||
libnet_user.c | ||
libnet_user.h | ||
libnet_vampire.c | ||
libnet_vampire.h | ||
libnet.c | ||
libnet.h | ||
prereq_domain.c | ||
py_net_dckeytab.c | ||
py_net.c | ||
py_net.h | ||
userinfo.c | ||
userinfo.h | ||
userman.c | ||
userman.h | ||
wscript_build |