Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 10/31/2000 14:17:08
Module Name:	basesrc
Committed By:	he
Date:		Tue Oct 31 12:17:08 UTC 2000

Modified Files:
	basesrc/usr.sbin/tcpdump: print-atalk.c print-icmp.c util.c

Log Message:
Change from sprintf() to snprintf() where we may print externally
supplied data of unknown length.
Changes adapted from FreeBSD-SA-00:61.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/usr.sbin/tcpdump/print-atalk.c \
    basesrc/usr.sbin/tcpdump/util.c
cvs rdiff -r1.6 -r1.7 basesrc/usr.sbin/tcpdump/print-icmp.c

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