Subject: CVS commit: [netbsd-1-6] syssrc/sys/dev/qbus
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 06/10/2002 19:21:55
Module Name:	syssrc
Committed By:	tv
Date:		Mon Jun 10 16:21:54 UTC 2002

Modified Files:
	syssrc/sys/dev/qbus [netbsd-1-6]: if_qe.c

Log Message:
Pull up revision 1.51 (requested by ragge in ticket #212):
Detection bug: If a packet is received while in the match() routine the stack
would be overwritten, so allocate memory for a full packet via malloc()
instead. Use correct buffer maxlen (must be 2 complemet). Bug reported
and helped to find by Roar Thronęs.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.49.10.1 syssrc/sys/dev/qbus/if_qe.c

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