Subject: CVS commit: src/usr.sbin/lpr/common_source
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 01/17/2006 18:38:13
Module Name:	src
Committed By:	garbled
Date:		Tue Jan 17 18:38:13 UTC 2006

Modified Files:
	src/usr.sbin/lpr/common_source: common.c

Log Message:
in ckqueue() if "sd" is not an existing capability, than sd will be
uninitialized, causing the free() in out: to explode.  Initialize sd to NULL.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/usr.sbin/lpr/common_source/common.c

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