1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-30 05:35:22 +00:00
Files
open-simh.simh/scp.c
Mark Pizzolato 9731644495 SCP: Fix Coverity identified problems
- Use memmove instead of memcpy for potentially overlapping moves.
- Fix memory leaks in error paths.
- Fix potential NULL pointer references
- Assure that string copies stay within bounds of the destination string and
  are NUL terminated
- Fix NULL pointer dereferencing in help routines
2017-03-11 02:33:22 -08:00

462 KiB