Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
migrate execute_tasks from simix::Global to kernel::EngineImpl
[simgrid.git] / tools / address_sanitizer.supp
1 # Address sanitizer suppressions for stuff that we cannot control
2
3 # __gnu_cxx::__to_xstring
4 #interceptor_via_fun:__to_xstring
5
6 # The following odr violations are reported by gcc-10. Alternatively these
7 # warnings may be hidden with "ASAN_OPTIONS=detect_odr_violation=1".
8
9 # size=8 'data' /usr/include/boost/type_traits/integral_constant.hpp:82:28
10 odr_violation:^data$
11 # size=8 'pdata' /usr/include/boost/type_traits/integral_constant.hpp:83:29
12 odr_violation:^pdata$
13
14 # size=16 '__tag' /usr/include/c++/10/bits/shared_ptr_base.h:510:48
15 odr_violation:^__tag$
16
17 # size=16 'stored_vtable' /usr/include/boost/function/function_template.hpp:933:32
18 odr_violation:^stored_vtable$