We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d576c23 commit bee6b10Copy full SHA for bee6b10
CHANGELOG.md
@@ -1,4 +1,13 @@
1
-# [Unreleased]
+# [v0.3.0]
2
+
3
+## Fixed
4
5
+- Replaced panic condition in `align_up` with returning an Error.
6
+- Fixed potential hang condition in Elf::load caused by arithmetic overflow.
7
+- Disallow overflow when computing the kernel load address when loading ELF.
8
+- Fix unchecked arithmetic in BzImage::load that could lead to undefined
9
+ behavior.
10
11
12
## Added
13
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "linux-loader"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Cathy Zhang <[email protected]>"]
edition = "2018"
license = "Apache-2.0 AND BSD-3-Clause"
0 commit comments