cvs commit: src/sbin/savecore savecore.c
rwatson 2007-12-27 21:28:48 UTC FreeBSD src repository Modified files: sbin/savecoresavecore.c Log: Compare kernel dump header magic with textdump magic using strncmp() rather than the memcmp() which is used for regular dumps: the textdump string is one character shor
cvs commit: src/sbin/savecore savecore.c
kevlo 2007-05-28 09:48:25 UTC FreeBSD src repository Modified files: sbin/savecoresavecore.c Log: Check fdopen return value. Reviewed by: phk Revision ChangesPath 1.78 +6 -0 src/sbin/savecore/savecore.c