Subject: CVS commit: src/usr.sbin/user
To: None <source-changes@NetBSD.org>
From: John Nemeth <jnemeth@netbsd.org>
List: source-changes
Date: 05/27/2006 03:41:48
Module Name:	src
Committed By:	jnemeth
Date:		Sat May 27 03:41:48 UTC 2006

Modified Files:
	src/usr.sbin/user: user.c

Log Message:
Coverity annotation -- although memsave free()s its first argument, it
will allocate memory and assign it to its first argument, so it is neutral
Coverity CID 3229:  memory leak -- failed to fclose() master in moduser()
Coverity CID 3228:  memory leak -- failed to free() newname in groupmod()


To generate a diff of this commit:
cvs rdiff -r1.108 -r1.109 src/usr.sbin/user/user.c

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