mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
28edf7012b
Add tests to ensure that: - The event_fd becomes readable once the worker process has terminated - That the event_fd is not closed by the tfork code. - If this is done in tevent code and the event fde has not been freed, "Bad talloc magic value - " errors can result. - That the status call does not block if the parent process launches more than one child process. - The status file descriptor for a child is passed to the subsequent children. These processes hold the FD open, so that closing the fd does not make the read end go readable, and the process calling status blocks. Bug: https://bugzilla.samba.org/show_bug.cgi?id=13037 Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> |
||
---|---|---|
.. | ||
anonymous_shared.c | ||
asn1_tests.c | ||
binsearch.c | ||
data_blob.c | ||
dlinklist.c | ||
file.c | ||
genrand.c | ||
genrandperf.c | ||
idtree.c | ||
str.c | ||
strlist.c | ||
strv_util.c | ||
strv.c | ||
tfork.c | ||
time.c | ||
util_str_escape.c | ||
util.c |