mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
76967b33eb
We don't want to see this: python3 -c "import sys sys.path.insert(0, 'bin/python') import ldb m = ldb.Message() e = ldb.MessageElement('q') try: m.add(e) except ldb.LdbError: pass print(m) " Segmentation fault (core dumped) instead we want this: Traceback (most recent call last): File "<string>", line 7, in <module> ValueError: The element has no name Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org> Autobuild-User(master): Noel Power <npower@samba.org> Autobuild-Date(master): Tue Apr 23 19:03:35 UTC 2019 on sn-devel-144
7 lines
492 B
Plaintext
7 lines
492 B
Plaintext
samba.tests.segfault.samba.tests.segfault.SegfaultTests.test_auth_user_session
|
|
samba.tests.segfault.samba.tests.segfault.SegfaultTests.test_encrypt_netr_crypt_password
|
|
samba.tests.segfault.samba.tests.segfault.SegfaultTests.test_hive_open_ldb
|
|
samba.tests.segfault.samba.tests.segfault.SegfaultTests.test_net_replicate_chunk_1
|
|
samba.tests.segfault.samba.tests.segfault.SegfaultTests.test_net_replicate_init__1
|
|
samba.tests.segfault.samba.tests.segfault.SegfaultTests.test_net_replicate_init__3
|