Merge ^/head r327169 through r327340.
This commit is contained in:
@@ -149,7 +149,7 @@ bpf_validate(const struct bpf_insn *f, int len)
|
||||
if (!BPF_VALIDATE_CODE(p->code))
|
||||
return (0);
|
||||
/*
|
||||
* Check that that jumps are forward, and within
|
||||
* Check that jumps are forward, and within
|
||||
* the code block.
|
||||
*/
|
||||
if (BPF_CLASS(p->code) == BPF_JMP) {
|
||||
|
||||
Reference in New Issue
Block a user