mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
23ad6919a1
Handles are shared among multiple pipes_struct. We cannot allocate them on any specific pipes_struct or it will vanish for all others as soon as that pipes_struct is freed, leaving back dangling pointers. Signed-off-by: Andreas Schneider <asn@samba.org>