talloc: ASAN fix for test_rusty
commitd0933ec62c113a6da5209a556fad8819febe4ec2
authorSwen Schillig <swen@linux.ibm.com>
Thu, 15 Aug 2019 12:39:58 +0000 (15 14:39 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 21 Aug 2019 07:20:39 +0000 (21 07:20 +0000)
tree0cba7a0ceaaf4ffbd8a46c70af2ceb692a81039f
parent6c3e8a0a9f0636467af5678c04d5aecc9c3dbf7a
talloc: ASAN fix for test_rusty

Direct leak of 100 byte(s) in 1 object(s) allocated from:
     #0 0x7f06393dfc08 in __interceptor_malloc (/lib64/libasan.so.5+0xefc08)
     #1 0x7f06392d1af3 in __talloc_with_prefix ../../talloc.c:782
     #2 0x7f06392d1af3 in __talloc ../../talloc.c:824
     #3 0x7f06392d1af3 in __talloc_strlendup ../../talloc.c:2455
     #4 0x7f06392d1af3 in talloc_strdup ../../talloc.c:2471
     #5 0x40b4f0 in test_rusty ../../testsuite.c:1543
     #6 0x40b4f0 in torture_local_talloc ../../testsuite.c:2146
     #7 0x402603 in main ../../testsuite_main.c:32
     #8 0x7f063908a412 in __libc_start_main (/lib64/libc.so.6+0x24412)

Signed-off-by: Swen Schillig <swen@linux.ibm.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Matthias Dieter Wallnöfer <mdw@samba.org>
lib/talloc/testsuite.c