bytecodealliance / bytecodealliance/rustix
`io_uring_register`'s `arg` parameter should be `*mut`
Open
semver bump
- Dominant language
- Rust
- Stars
- 2.1k
- Forks
- 294
- Avg merge
- 4h 7m
- Merged PRs (30d)
- 2
Description
`io_uring_register` and `io_uring_register_with` take an `arg: *const c_void`, however when `opcode` is `IoringRegisterOp::RegisterRingFds`, the system call mutates the `offset` field of the pointed-to `io_uring_rsrc_update`.
Contributor guide
Assessment
This issue has not been assessed yet.