-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build ebpfcore as a DLL for testing (#2744)
* Update to use latest usersim Signed-off-by: Dave Thaler <[email protected]> * build ebpfcore under usersim Signed-off-by: Dave Thaler <[email protected]> * Update usersim to latest Signed-off-by: Dave Thaler <[email protected]> * Fix compilation Signed-off-by: Dave Thaler <[email protected]> * Work around analysis warnings Signed-off-by: Dave Thaler <[email protected]> * Fix installer project Signed-off-by: Dave Thaler <[email protected]> * Fix memory issues in libbpf implementation Found my latest usersim code Signed-off-by: Dave Thaler <[email protected]> * Update usersim to latest Signed-off-by: Dave Thaler <[email protected]> * Fix mismatched calloc/free function in ubpf_user.c Signed-off-by: Dave Thaler <[email protected]> * Fix mismatched alloc/free in verifier_fuzzer The verifier_fuzzer used ebpf_allocate() but then called free() Signed-off-by: Dave Thaler <[email protected]> * Temporarily use ubpf branch with memory fix Signed-off-by: Dave Thaler <[email protected]> * Fix memory issues in ebpfsvc Signed-off-by: Dave Thaler <[email protected]> * PR feedback from Anurag Signed-off-by: Dave Thaler <[email protected]> --------- Signed-off-by: Dave Thaler <[email protected]>
- Loading branch information
Showing
32 changed files
with
657 additions
and
72 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
Oops, something went wrong.