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 a57a051 commit 3385d79Copy full SHA for 3385d79
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v0.1.10
2
+
3
+- Fixed a possible out of bounds memory access in FamStructWrapper::deserialize
4
5
# v0.1.9
6
7
- Implement Versionize for i128 and u128
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "versionize"
-version = "0.1.9"
+version = "0.1.10"
license = "Apache-2.0"
authors = ["Amazon Firecracker team <[email protected]>"]
description = "A version tolerant serialization/deserialization framework."
0 commit comments