Subject: CVS commit: src/sbin/fsck_msdos
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/05/2006 16:51:18
Module Name:	src
Committed By:	christos
Date:		Mon Jun  5 16:51:18 UTC 2006

Modified Files:
	src/sbin/fsck_msdos: boot.c check.c dir.c fat.c

Log Message:
- don't leak memory on allocation failure.
- s/perror/perr and print how much we were trying to allocate.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sbin/fsck_msdos/boot.c
cvs rdiff -r1.13 -r1.14 src/sbin/fsck_msdos/check.c
cvs rdiff -r1.19 -r1.20 src/sbin/fsck_msdos/dir.c
cvs rdiff -r1.17 -r1.18 src/sbin/fsck_msdos/fat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.