• Paul Eggert's avatar
    Port dump_bitset_clear to -fsanitize=undefined · 4a5ed6b0
    Paul Eggert authored
    * 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.
    4a5ed6b0
pdumper.c 174 KB