1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

pytests: rpc echo should not segfault

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
Douglas Bagnall
2019-10-24 10:41:28 +13:00
committed by Noel Power
parent 220cf67776
commit 4dd725b1b5

View File

@ -152,3 +152,8 @@ class SegfaultTests(samba.tests.TestCase):
@segfault_detector
def test_messaging_deregister(self):
messaging.deregister('s', 's', 's', False)
@segfault_detector
def test_rpcecho(self):
from dcerpc import echo
echo.rpcecho("")