Module Name: src Committed By: snj Date: Thu May 20 05:13:13 UTC 2010
Modified Files: src/sys/net [netbsd-5]: bpf_filter.c Log Message: Pull up following revision(s) (requested by drochner in ticket #1381): sys/net/bpf_filter.c: revision 1.36 the correct check for BPF_K is with BPF_SRC for BPF_ALU ops, from Guy Harris per PR kern/43185 fixes possible division-by-zero crashes by evil filter expressions like "len / 0 = 1" To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.35.4.1 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.