Files
scylla/ubsan-suppressions.supp
Gleb Natapov a01dd636ea suppress ubsan error in boost::deque::clear()
The function is used by raft and fails with ubsan and clang.
The ub is harmless. Lets wait for it to be fixed in boost.

Message-Id: <20201109090353.GZ3722852@scylladb.com>
2020-11-09 11:25:19 +02:00

5 lines
225 B
Plaintext

# https://github.com/Tencent/rapidjson/commit/16872af88915176f49e389defb167f899e2c230a
pointer-overflow:rapidjson/internal/stack.h
# https://github.com/boostorg/container/issues/171
pointer-overflow:boost/container/deque.hpp