mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
d3109a11c8
Where to call rmdir does not matter, but that should avoid the TOCTOU warning from CID 1466194 and might be slightly cleaner. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Aug 24 03:10:09 UTC 2020 on sn-devel-184 |
||
---|---|---|
.. | ||
anonymous_shared.c | ||
asn1_tests.c | ||
binsearch.c | ||
data_blob.c | ||
dlinklist.c | ||
file.c | ||
genrand.c | ||
genrandperf.c | ||
idtree.c | ||
README | ||
rfc1738.c | ||
str.c | ||
strlist.c | ||
strv_util.c | ||
strv.c | ||
test_bytearray.c | ||
test_byteorder_verify.c | ||
test_byteorder.c | ||
test_ms_fnmatch.c | ||
test_talloc_keep_secret.c | ||
test_util_paths.c | ||
test_util.c | ||
tfork-drd.supp | ||
tfork-helgrind.supp | ||
tfork.c | ||
time.c | ||
util_str_escape.c | ||
util.c |
tfork tests =========== To run the tfork torture testsuite under valgrind with the helgrind or drd thread checkers, run valgrind with the --suppress option passing a suppressions file. For helgrind: $ valgrind \ --trace-children=yes \ --tool=helgrind \ --suppressions=lib/util/tests/tfork-helgrind.supp \ ./bin/smbtorture ncalrpc:localhost local.tfork.tfork_threads For drd: $ valgrind \ --trace-children=yes \ --tool=drd \ --suppressions=lib/util/tests/tfork-drd.supp \ ./bin/smbtorture ncalrpc:localhost local.tfork.tfork_threads