summaryrefslogtreecommitdiff
path: root/lib/ldb/tests/python/crash.py
AgeCommit message (Collapse)AuthorFilesLines
2024-09-24ldb:tests:crash: rationalise importsDouglas Bagnall1-2/+1
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andreas Schneider <asn@samba.org>
2021-03-24CVE-2020-27840: pytests: move Dn.validate test to ldbDouglas Bagnall1-0/+45
We had the test in the Samba Python segfault suite because a) the signal catching infrastructure was there, and b) the ldb tests lack Samba's knownfail mechanism, which allowed us to assert the failure. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14595 Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>