Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/dev/qbus
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.
Home |
Main Index |
Thread Index |
Old Index