Skip to content

Commit c8d9c7d

Browse files
author
Moritz Borcherding
committed
merge version bump to 0.7.3 and update changelog from branch fix_unsound_ringbuffer
1 parent d852020 commit c8d9c7d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruzstd"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
authors = ["Moritz Borcherding <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,11 @@ This document records the changes made between versions, starting with version 0
2626
* Preparations to become a std dependency (https://github.com/workingjubilee)
2727

2828
# After 0.7.2
29+
* Soundness fix in decoding::RingBuffer. The lengths of the diferent regions where sometimes calculated wrongly, resulting in reads of heap memory not belonging to that ringbuffer
30+
* Fixed by https://github.com/paolobarbolini
31+
* Affected versions: 0.7.0 up to and including 0.7.2
32+
33+
* Added convenience functions to FrameDecoder to decode multiple frames from a buffer (https://github.com/philipc)
34+
35+
# After 0.7.3
36+

0 commit comments

Comments
 (0)