rust-vmm / vhost

Apache License 2.0
126 stars 64 forks source link

Update vmm-sys-util to 0.12.1 #219

Closed roypat closed 6 months ago

roypat commented 6 months ago

Hey everyone, I am propagating some dependency updates across the rust-vmm ecosystem. This one brings a fix for a security vulnerability behind feature-gated code not used by vhost (the with-serde feature), see GHSA-875g-mfp6-g7f9.

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

stefano-garzarella commented 6 months ago

I was going to ask how to edit the header since as_mut_fam_struct() is now private, but I just saw https://github.com/rust-vmm/vmm-sys-util/pull/215, so IIUC we have to wait for v0.12.1

roypat commented 6 months ago

I was going to ask how to edit the header since as_mut_fam_struct() is now private, but I just saw rust-vmm/vmm-sys-util#215, so IIUC we have to wait for v0.12.1

Yeah, sorry about that, no idea how I managed to miss that >.>

stefano-garzarella commented 6 months ago

I was going to ask how to edit the header since as_mut_fam_struct() is now private, but I just saw rust-vmm/vmm-sys-util#215, so IIUC we have to wait for v0.12.1

Yeah, sorry about that, no idea how I managed to miss that >.>

No problem at all ;-)