aboutsummaryrefslogtreecommitdiff
path: root/samples/seccomp/bpf-helper.h
Commit message (Collapse)AuthorAgeFilesLines
* samples/seccomp: fix 64-bit comparison macrosMathias Svensson2017-07-041-53/+72
| | | | | | | | | | | | | commit 916cafdc95843fb9af5fd5f83ca499d75473d107 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: Willy Tarreau <w@1wt.eu>
* first commitMeizu OpenSource2016-08-151-0/+243