Subject: CVS commit: src/lib/libc/stdio
To: None <source-changes@NetBSD.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 03/17/2006 02:25:23
Module Name:	src
Committed By:	chris
Date:		Fri Mar 17 02:25:23 UTC 2006

Modified Files:
	src/lib/libc/stdio: puts.c

Log Message:
Move strlen(s) to after s is known to be not NULL, or set to "(null)" .

Fixes Coverity CID 2353.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/lib/libc/stdio/puts.c

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