Sanitize is really the only option here. Usually it'll tell you the exact line in the source that did "the bad thing".
Last time I tried, the Angband makefiles required quite a bit of hackery to get -fsanitize=XXX working... because, well, they're a little bit broken by modern standards. (FWIW, my offer to convert Vanilla Angband to use CMake still stands... ultimately it *is* really just easier than the hell of autoconf/automake.)
Last time I tried, the Angband makefiles required quite a bit of hackery to get -fsanitize=XXX working... because, well, they're a little bit broken by modern standards. (FWIW, my offer to convert Vanilla Angband to use CMake still stands... ultimately it *is* really just easier than the hell of autoconf/automake.)
Comment