Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: ozaki-r
Date: Tue Apr 25 05:44:11 UTC 2017
Modified Files:
src/sys/netinet: in_pcb.c in_pcb_hdr.h
src/sys/netinet6: in6_pcb.c
src/sys/netipsec: ipsec.c ipsec.h
Log Message:
Check if solock of PCB is held when SP caches in the PCB are accessed
To this end, a back pointer from inpcbpolicy to inpcb_hdr is added.
To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/sys/netinet/in_pcb.c
cvs rdiff -u -r1.11 -r1.12 src/sys/netinet/in_pcb_hdr.h
cvs rdiff -u -r1.160 -r1.161 src/sys/netinet6/in6_pcb.c
cvs rdiff -u -r1.83 -r1.84 src/sys/netipsec/ipsec.c
cvs rdiff -u -r1.43 -r1.44 src/sys/netipsec/ipsec.h
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