Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 04/21/2004 18:03:13
Module Name:	src
Committed By:	itojun
Date:		Wed Apr 21 18:03:13 UTC 2004

Modified Files:
	src/sys/dev/ic: aic79xx.c aic79xx_osm.c aic79xxvar.h aic7xxx.c
	    aic7xxx_osm.c aic7xxxvar.h

Log Message:
avoid unbounded sprintf(), use snprintf()


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/dev/ic/aic79xx.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/ic/aic79xx_osm.c
cvs rdiff -r1.15 -r1.16 src/sys/dev/ic/aic79xxvar.h
cvs rdiff -r1.109 -r1.110 src/sys/dev/ic/aic7xxx.c
cvs rdiff -r1.14 -r1.15 src/sys/dev/ic/aic7xxx_osm.c
cvs rdiff -r1.44 -r1.45 src/sys/dev/ic/aic7xxxvar.h

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