Subject: CVS commit: xsrc/xfree/xc/programs/xman
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 12/28/2001 12:21:06
Module Name:	xsrc
Committed By:	martin
Date:		Fri Dec 28 10:21:06 UTC 2001

Modified Files:
	xsrc/xfree/xc/programs/xman: misc.c

Log Message:
Initialize a pointer that might be used later without assignement.

Another (better?) way to fix this might be to change UncompressUnformatted()
to always assign something valid to it's last parameter #ifdef HAS_MKSTEMP.
Seems on NetBSD and OpenBSD it does not always do this.

Patch from Cliff Wright in PR xsrc/15070.


To generate a diff of this commit:
cvs rdiff -r1.1.1.3 -r1.2 xsrc/xfree/xc/programs/xman/misc.c

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