This repository was archived by the owner on May 22, 2026. It is now read-only.
vmm-sys-util-v0.12.1
Changelog
v0.12.1
Changed
- [#215]: Make
as_mut_fam_struct()public and unsafe to let users modify fields of the header other than the length.
v0.12.0 (yanked)
Changed
- Added all features to the generated docs.rs documentation.
- Fixed a bug in
serdeimplementation ofFamStructWrapperwhich allowed out of bounds memory access from Rust-safe code. See the related GHSA here: GHSA-875g-mfp6-g7f9 for more information.