Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace .get_unchecked_mut() with .as_mut_ptr().add() when accessing …
…iso_packet_desc This prevents panics on debug builds in new rust nightly versions (as of 2024-03-27), since they added bounds checks to `get_unchecked_mut`, which here was called on a zero-length slice representing a flexible array member. See: rust-lang/rust@2b43e75
- Loading branch information