Message ID | 20221201160941.1065499-2-allenwebb@google.com |
---|---|
State | New |
Headers | show |
Series | bluetooth.ver: Export sanitizer symbols. | expand |
diff --git a/src/bluetooth.ver b/src/bluetooth.ver index 214fa8a61..158627cc3 100644 --- a/src/bluetooth.ver +++ b/src/bluetooth.ver @@ -7,6 +7,12 @@ debug; baswap; ba2str; + /* Sanitizer support */ + __asan*; + __lsan*; + __msan*; + __sanitizer*; + __ubsan*; local: *; };