bluetooth.ver: Export sanitizer symbols
authorAllen Webb <allenwebb@google.com>
Thu, 1 Dec 2022 18:48:48 +0000 (12:48 -0600)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 10:11:34 +0000 (15:41 +0530)
Fix llvm sanitizer support by not hiding sanitizer related symbols.

src/bluetooth.ver

index 214fa8a..a96fda2 100755 (executable)
@@ -7,6 +7,14 @@
                debug;
                baswap;
                ba2str;
+               /* Don't break LLVM sanitizers */
+               __asan*;
+               __dfsan*;
+               __lsan*;
+               __msan*;
+               __sanitizer*;
+               __tsan*;
+               __ubsan*;
        local:
                *;
 };