Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netinet
Module Name: src
Committed By: ozaki-r
Date: Fri Mar 31 06:42:19 UTC 2017
Modified Files:
src/sys/netinet: ip_input.c
Log Message:
Don't use a single global variable as a temporal storage for multiple packets
It's not MP-safe. So use local variables instead.
To generate a diff of this commit:
cvs rdiff -u -r1.352 -r1.353 src/sys/netinet/ip_input.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