Subject: CVS commit: src/usr.sbin/ndiscvt
To: None <source-changes@NetBSD.org>
From: John Nemeth <jnemeth@netbsd.org>
List: source-changes
Date: 05/26/2006 10:59:58
Module Name: src
Committed By: jnemeth
Date: Fri May 26 10:59:58 UTC 2006
Modified Files:
src/usr.sbin/ndiscvt: ndiscvt.c
Log Message:
Coverity CID 3685: memory leak
While here, check for failure to create temp file in bincvt() and close
unused file descriptor.
XXX bincvt() should be rewritten to use fork()/exec() instead of system().
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/usr.sbin/ndiscvt/ndiscvt.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.