git: DragonFly_RELEASE_2_6 bpf(4): Fix the division by zero check in bpf_validate().
Sascha Wildner
swildner at crater.dragonflybsd.org
Fri Apr 30 03:06:09 PDT 2010
commit b614aea2fce523240148dd730de3e9df2cc46afb
Author: Sascha Wildner <saw at online.de>
Date: Fri Apr 30 12:03:52 2010 +0200
bpf(4): Fix the division by zero check in bpf_validate().
BPF_RVAL() was being used where BPF_SRC() would have been correct.
Reported-by: Guy Harris <guy at alum.mit.edu>
Dragonfly-bug: <http://bugs.dragonflybsd.org/issue1748>
Summary of changes:
sys/net/bpf_filter.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b614aea2fce523240148dd730de3e9df2cc46afb
--
DragonFly BSD source repository
More information about the Commits
mailing list