ebpf-for-windows/netebpfext
Dave Thaler 93b7634d23
Fix sanitizer build of fuzzer (#2201)
* Fix sanitizer build of fuzzer

Fixes #1817

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Fixes

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* More fixes

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Disable some build steps for FuzzerDebug

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Update github workflows

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Update verifier to latest

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Fix execution_context_fuzzer build

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Fix bpf2c and samples

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Fix samples compilation

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Fix custom program type sample

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

---------

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
2023-04-13 15:00:49 +00:00
..
sys Convert single line if to if with braces (#2224) 2023-03-27 15:01:21 +00:00
user Fix sanitizer build of fuzzer (#2201) 2023-04-13 15:00:49 +00:00
CMakeLists.txt Refactor netebpfext in preparation for fuzz testing (#1464) 2022-10-18 13:21:54 -06:00
guid.c Refactor netebpfext in preparation for fuzz testing (#1464) 2022-10-18 13:21:54 -06:00
net_ebpf_ext.c Add a WFP provider object. (#2282) 2023-04-07 22:16:45 +00:00
net_ebpf_ext.h Add a WFP provider object. (#2282) 2023-04-07 22:16:45 +00:00
net_ebpf_ext_bind.c Allow various structs to be const (#2306) 2023-04-12 17:47:39 +00:00
net_ebpf_ext_bind.h Support attaching XDP program per NIC. (#803) 2022-03-14 15:16:11 -07:00
net_ebpf_ext_hook_provider.c Convert single line if to if with braces (#2224) 2023-03-27 15:01:21 +00:00
net_ebpf_ext_hook_provider.h Fix code analysis annotations for In and In_opt parameters by adding const where appropriate or changing to Inout where appropriate. (#1749) 2022-12-15 15:58:33 -08:00
net_ebpf_ext_prog_info_provider.c Convert single line if to if with braces (#2224) 2023-03-27 15:01:21 +00:00
net_ebpf_ext_prog_info_provider.h Export new sock_addr specific helper function (windows only) (#2091) 2023-02-22 20:43:23 +00:00
net_ebpf_ext_program_info.h Allow various structs to be const (#2306) 2023-04-12 17:47:39 +00:00
net_ebpf_ext_sock_addr.c Allow various structs to be const (#2306) 2023-04-12 17:47:39 +00:00
net_ebpf_ext_sock_addr.h Connect redirect implementation (#1651) 2022-11-29 20:49:42 +00:00
net_ebpf_ext_sock_ops.c Allow various structs to be const (#2306) 2023-04-12 17:47:39 +00:00
net_ebpf_ext_sock_ops.h WFP ALE Flow established callout, tests etc. (#978) 2022-04-20 16:48:20 -07:00
net_ebpf_ext_tracelog.c Convert single line if to if with braces (#2224) 2023-03-27 15:01:21 +00:00
net_ebpf_ext_tracelog.h Add a WFP provider object. (#2282) 2023-04-07 22:16:45 +00:00
net_ebpf_ext_xdp.c Allow various structs to be const (#2306) 2023-04-12 17:47:39 +00:00
net_ebpf_ext_xdp.h Sock addr hook callout test (#922) 2022-04-12 11:37:44 -07:00