Alan Jowett

Results 73 issues of Alan Jowett

``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error: "Error: out of bounds memory store (insn #2), addr 0x2, size 4 mbuff: 0x560d8e8a15b0/0x0,...

This library has a dynamic initializer for ProductIdMap and ProductMap, which causes the process to allocate and commit 13 pages. Ask: Allocate these pages on demand. Both of these objects...

enhancement
help wanted

This pull request introduces fuzzing capabilities to the project, including a new GitHub Actions workflow, and modifies the project's build system to support fuzzing. The most significant changes include the...

uBPF has options for loading either raw byte code or an ELF file. The bpf_conformance suite also supports emitting test collateral as either ELF or raw byte code. This change...

ubpf_exec passes mem and mem_len as r1 and r2. JIT code only passes mem as r1, doesn't set r2.

eBPF for Windows requires support for updating the address of helper functions (when the module hosting them is reloaded). This is currently implemented as a jump table in eBPF-for-Windows, but...

Windows CI/CD pipeline fail the CI/CD if the test returns a failure.

Retpoline code hits an AV when used in eBPF for Windows.

https://github.com/iovisor/ubpf/actions/runs/5300112868/jobs/9593490391