We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7987998 commit d0a24e0Copy full SHA for d0a24e0
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v0.9.0
4
+
5
+### Changed
6
+* Fixed safety for sock_ctrl_msg::raw_recvmsg() and enhanced documentation
7
+* Fixed sock_cmsg: ensured copy_nonoverlapping safety
8
+* [[#135](https://github.com/rust-vmm/vmm-sys-util/pull/135)]: sock_ctrl_msg:
9
+ mark recv_with_fds as unsafe
10
11
12
## v0.8.0
13
14
* Added set_check_for_hangup() to PollContext.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vmm-sys-util"
-version = "0.8.0"
+version = "0.9.0"
authors = ["Intel Virtualization Team <[email protected]>"]
description = "A system utility set"
repository = "https://github.com/rust-vmm/vmm-sys-util"
0 commit comments