Skip to content

Commit 63a2c26

Browse files
committed
add one more suppression for leaks inside of the llvm fuzzer
1 parent 81f3b5c commit 63a2c26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/util/debug.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ char const CC_HINT(used) *__lsan_default_suppressions(void)
153153
* exit by the OS. */
154154
"leak:libobjc.A.dylib\n"
155155
"leak:CoreFoundation.framework\n"
156+
"leak:td::__1::thread::thread\n"
156157
#elif defined(__linux__)
157158
"leak:*getpwnam_r*\n" /* libc startup leak - reported by heaptrack */
158159
"leak:_dl_init\n" /* dl startup leak - reported by heaptrack */

0 commit comments

Comments
 (0)