[openssh-commits] [openssh] branch master updated (99f33d7 -> 97e2e15)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jun 17 14:38:29 AEST 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 99f33d7 aarch64 support for seccomp-bpf sandbox
new 97e2e15 trivial optimisation for seccomp-bpf
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 97e2e1596c202a4693468378b16b2353fd2d6c5e
Author: Damien Miller <djm at mindrot.org>
Date: Wed Jun 17 14:36:54 2015 +1000
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.
Summary of changes:
sandbox-seccomp-filter.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list