Skip to content

Commit bee6b10

Browse files
andreeaflorescualxiord
authored andcommitted
release v0.3.0
Signed-off-by: Andreea Florescu <[email protected]>
1 parent d576c23 commit bee6b10

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# [Unreleased]
1+
# [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+
211

312
## Added
413

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linux-loader"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Cathy Zhang <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0 AND BSD-3-Clause"

0 commit comments

Comments
 (0)