io-uring
io-uring copied to clipboard
Wrapper providing a safe and simple way to access liburing-sys features.
Results
1
io-uring issues
Sort by
recently updated
recently updated
newest added
I noticed that [io-uring](https://docs.rs/io-uring/0.2.0/io_uring/struct.UringQueue.html#method.submit_requests) marks both `prepare_*` and `submit_requests` as safe, but this should actually be unsafe. Here is a POC that proof it is not safe: https://gist.github.com/quininer/dbdc7c1fde3553a911015395bc886398