Subject: CVS commit: syssrc/sys/dev/qbus
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 06/08/2002 15:28:37
Module Name:	syssrc
Committed By:	ragge
Date:		Sat Jun  8 12:28:37 UTC 2002

Modified Files:
	syssrc/sys/dev/qbus: if_qe.c

Log Message:
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.50 -r1.51 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.