commit | 97e2e1596c202a4693468378b16b2353fd2d6c5e | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Wed Jun 17 14:36:54 2015 +1000 |
committer | Damien Miller <djm@mindrot.org> | Wed Jun 17 14:36:54 2015 +1000 |
tree | d052614aec0dcc9c921eed4603fd186ff5740521 | |
parent | 99f33d7304893bd9fa04d227cb6e870171cded19 [diff] |
trivial optimisation for seccomp-bpf When doing arg inspection and the syscall doesn't match, skip past the instruction that reloads the syscall into the accumulator, since the accumulator hasn't been modified at this point.