1.1.1
brantburnett
released this
27 Mar 11:46
·
26 commits
to main
since this release
This release includes some fixes to logic that could have caused unsafe memory access in cases where GC rearranges memory if they occurred at the precise moment when an out-of-range reference was on the stack. These moments are very short-lived and should be impossible to create intentionally, but they still represent a security risk.
What's Changed
- Allow ref byte to point just past the end of spans by @brantburnett in #73
Full Changelog: release/1.1.0...release/1.1.1