Skip to content

Warning fixes and other minor cleanups

Alan Coopersmith requested to merge alanc/xwud:alloc-errors into master
  • gitlab CI: stop requiring Signed-off-by in commits
  • Add missing checks for malloc failure
  • Call free() instead of XFree() on pointers returned by malloc()
  • Replace strcpy+strcat calls with snprintf
  • Accept --help & --version as aliases to -help & -version

Merge request reports