tokio-rs / tokio-uring

An io_uring backed runtime for Rust
MIT License
1.11k stars 117 forks source link

Bug: iovec array not stable during sendmsg_zc op #257

Closed ollie-etl closed 1 year ago

ollie-etl commented 1 year ago

The iovec array must be stable until either:

This fix takes the simple option of holding the iovec until operation is completed.