Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



Module Name:    syssrc
Committed By:   mycroft
Date:           Wed Jun 14 05:10:29 UTC 2000

Modified Files:
        syssrc/sys/net: if_ethersubr.c if_fddisubr.c if_tokensubr.c

Log Message:
Check the multicast bit in the header mbuf while interrupts are still blocked.
Otherwise we can run off into space if the packet was sent immediately and the
mbuf freed.
Pointed out by Boris Popov (not on our lists).


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 syssrc/sys/net/if_ethersubr.c
cvs rdiff -r1.32 -r1.33 syssrc/sys/net/if_fddisubr.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/net/if_tokensubr.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