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: alnsn
Date: Thu Dec 29 23:47:21 UTC 2011
Modified Files:
src/sys/net: bpf_filter.c
Log Message:
Apply same bounds checks for BPF_LD|BPF_B|BPF_IND as for
BPF_LD|BPF_H|BPF_IND and BPF_LD|BPF_W|BPF_IND.
>From FreeBSD r48548, the original r45574 had a typo.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/net/bpf_filter.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