From: Douglas Bagnall Date: Wed, 23 Oct 2019 21:41:28 +0000 (+1300) Subject: pytests: rpc echo should not segfault X-Git-Tag: talloc-2.3.1~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4dd725b1b599968fb787c93f6eb3a42af007b21c;p=thirdparty%2Fsamba.git pytests: rpc echo should not segfault Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/python/samba/tests/segfault.py b/python/samba/tests/segfault.py index 66c0b1004c9..65937883156 100644 --- a/python/samba/tests/segfault.py +++ b/python/samba/tests/segfault.py @@ -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("")