Skip to content

Commit

Permalink
Mention heap corruption fix in the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed May 22, 2024
1 parent b284f11 commit 7b51c84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix crash in Rust bindings for to Rust 1.78.
- This happens because `slice.get_unchecked` now performs OoB checks in debug
builds, which is is triggered when trying to dereference unsized C arrays.
- Fix heap corruption in Rust bindings (#62)
- The C API was returning string sizes without accounting for the null
terminator, which produced issues on the Rust size which was not manually
including it.

## [1.10.0] - 2024-04-22

Expand Down

0 comments on commit 7b51c84

Please sign in to comment.