[unsigned-integer-overflow]
# UBSAN reports unsigned integer overflow in the PRNG, which is on purpose
# (since unsigned "overflow" is actually well defined)
fun:*mersenne_twister_engine*_M_gen_rand*
# UBSAN reports unsigned integer overflow inside the libstdc++ in some string comparison functions,
# which we cannot do anything about and is actually not an error, since unsigned "overflow" is well defined.
fun:*string*compare*
src:/usr/include/c\+\+/8/bits/basic_string.h
src:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../include/c\+\+/8/bits/basic_string.h
