Port dump_bitset_clear to -fsanitize=undefined
* src/pdumper.c (dump_bitset_clear): Pacify -fsanitize=undefined by avoiding memset (NULL, x, 0), which strictly speaking has undefined behavior although it works on all production platforms I know.
Showing
Please register or sign in to comment