forked from rlane/ubpf
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switch to fuzzing branch Signed-off-by: Alan Jowett <[email protected]> * Updating fuzzing branch Signed-off-by: Alan Jowett <[email protected]> * Pickup latest verifier Signed-off-by: Alan Jowett <[email protected]> * Pickup latest ebpf-verifier Signed-off-by: Alan Jowett <[email protected]> --------- Signed-off-by: Alan Jowett <[email protected]> Co-authored-by: Alan Jowett <[email protected]>
- Loading branch information
1 parent
36e862f
commit a942ae1
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ebpf-verifier
updated
14 files
+14 −0 | src/asm_parse.hpp | |
+23 −0 | src/asm_syntax.hpp | |
+1 −0 | src/config.cpp | |
+2 −0 | src/config.hpp | |
+6 −0 | src/crab/ebpf_domain.cpp | |
+2 −0 | src/crab_utils/adapt_sgraph.hpp | |
+87 −4 | src/crab_verifier.cpp | |
+25 −0 | src/crab_verifier.hpp | |
+34 −1 | src/test/ebpf_yaml.cpp | |
+1 −0 | src/test/ebpf_yaml.hpp | |
+1 −0 | src/test/test_yaml.cpp | |
+84 −0 | test-data/add.yaml | |
+130 −1 | test-data/loop.yaml | |
+357 −0 | test-data/pointer.yaml |