Assorted code cleanups
- Use
reallocarray
if available, provide local version if not - Silence
-Wanalyzer-out-of-bounds
warnings from gcc 13 - Variable scope reductions, as suggested by cppcheck
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
reallocarray
if available, provide local version if not-Wanalyzer-out-of-bounds
warnings from gcc 13