Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
talloc: ASAN fix for test_realloc_on_destructor_parent
Direct leak of 96 byte(s) in 1 object(s) allocated from: #0 0x7fd52c00dc08 in __interceptor_malloc (/lib64/libasan.so.5+0xefc08) samba-team#1 0x7fd52befec45 in __talloc_with_prefix ../../talloc.c:782 samba-team#2 0x7fd52befec45 in __talloc ../../talloc.c:824 samba-team#3 0x7fd52befec45 in _talloc_named_const ../../talloc.c:981 samba-team#4 0x7fd52befec45 in talloc_named_const ../../talloc.c:1748 samba-team#5 0x4099bd in test_realloc_on_destructor_parent ../../testsuite.c:1000 samba-team#6 0x4099bd in torture_local_talloc ../../testsuite.c:2129 samba-team#7 0x402603 in main ../../testsuite_main.c:32 samba-team#8 0x7fd52bcb8412 in __libc_start_main (/lib64/libc.so.6+0x24412) Signed-off-by: Swen Schillig <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]> Reviewed-by: Matthias Dieter Wallnöfer <[email protected]>
- Loading branch information