Skip to content

Assorted code cleanups

Alan Coopersmith requested to merge alanc/iceauth:misc into master
  • 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

Merge request reports