Jacob Fox

Results 3 issues of Jacob Fox

If I have a struct type with an implicit field such as ``` struct MyStruct(u64); ``` And I attempt to initialize it to 0 ``` let instance = MyStruct {...

bug
good first issue
only-with-option
p-low
help wanted

Address UBSAN messages reported by kernel like the following: ``` UBSAN: array-index-out-of-bounds in ~/AQtion/aq_nic.c:1571:48 [ 1455.064437] index 8 is out of range for type 'aq_vec_s *[8]' ``` Avoid UB by...

qemu-system-x86_64 provides a 32-bit aligned (not 64-bit aligned) address. After updating to the latest nightly (1.70.0 2023-04-07), lib.rs: 191 panics if the address is not aligned. I don't believe 64-bit...