Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: maxv
Date: Tue Jan 24 18:37:20 UTC 2017
Modified Files:
src/sys/net: if_arcsubr.c if_ecosubr.c if_ethersubr.c if_fddisubr.c
if_tokensubr.c
Log Message:
Don't forget to free the mbuf when we decide not to reply to an ARP
request. This obviously is a terrible bug, since it allows a remote sender
to DoS the system with specially-crafted requests sent in a loop.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/net/if_arcsubr.c
cvs rdiff -u -r1.49 -r1.50 src/sys/net/if_ecosubr.c
cvs rdiff -u -r1.235 -r1.236 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.103 -r1.104 src/sys/net/if_fddisubr.c
cvs rdiff -u -r1.79 -r1.80 src/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