1
0
Fork 0
remarkable-linux/samples/seccomp
Mathias Svensson d6407e10bc samples/seccomp: fix 64-bit comparison macros
commit 916cafdc95 upstream.

There were some bugs in the JNE64 and JLT64 comparision macros. This fixes
them, improves comments, and cleans up the file while we are at it.

Reported-by: Stephen Röttger <sroettger@google.com>
Signed-off-by: Mathias Svensson <idolf@google.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: James Morris <james.l.morris@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-03-12 06:41:46 +01:00
..
.gitignore samples: seccomp: add .gitignore for untracked executables 2012-06-29 00:54:17 +10:00
Makefile samples/seccomp: Add standalone config option 2016-07-07 10:58:03 -07:00
bpf-direct.c samples/seccomp: fix dependencies on arch macros 2012-04-19 13:44:06 +10:00
bpf-fancy.c samples/seccomp: improve label helper 2015-02-17 14:34:55 -08:00
bpf-helper.c samples/seccomp: improve label helper 2015-02-17 14:34:55 -08:00
bpf-helper.h samples/seccomp: fix 64-bit comparison macros 2017-03-12 06:41:46 +01:00
dropper.c