mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 13:05:53 +00:00
added afew suppressors
Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
This commit is contained in:
7
external/asan.supp
vendored
7
external/asan.supp
vendored
@@ -1,4 +1,9 @@
|
|||||||
# Suppress voilations in Boost libraries
|
# Suppress voilations in Boost libraries
|
||||||
interceptor_via_lib:^libboost_.*
|
interceptor_via_lib:^libboost_.*
|
||||||
# Suprpress voilations in external code
|
# Suprpress voilations in external code
|
||||||
interceptor_name:^external/.*
|
interceptor_name:^external/.*
|
||||||
|
|
||||||
|
# Leaks in Doctests
|
||||||
|
interceptor_name:.*/xrpl/net/AutoSocket.h
|
||||||
|
interceptor_name:.*/xrpl/net/HTTPClientSSLContext.h
|
||||||
|
interceptor_name:.*/src/libxrpl/net/RegisterSSLCerts.cpp
|
||||||
5
external/ubsan.supp
vendored
5
external/ubsan.supp
vendored
@@ -80,3 +80,8 @@ nullability-arg:*/boost/*
|
|||||||
vptr:*/boost/*
|
vptr:*/boost/*
|
||||||
cfi:*/boost/*
|
cfi:*/boost/*
|
||||||
vptr_check:*/boost/*
|
vptr_check:*/boost/*
|
||||||
|
|
||||||
|
|
||||||
|
unsigned-integer-overflow:src/libxrpl/basics/base64.cpp
|
||||||
|
unsigned-integer-overflow:src/tests/libxrpl/basics/RangeSet.cpp
|
||||||
|
unsigned-integer-overflow:src/libxrpl/json/json_value.cpp
|
||||||
Reference in New Issue
Block a user