cgd
Wed Jul 8 15:14:10 PDT 1998
Update of /cvsroot/src/usr.sbin/tcpdump
In directory nb00:/tmp/cvs-serv1293
Modified Files:
print-bootp.c
Log Message:
if you're going to length-check a field before using it, length-check
the field you're actually going to use. (bp_sname was being checked
instead of bp_file.)