Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinhora committed Oct 11, 2024
1 parent 8ebdedb commit 4d5bfcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .release-notes/4527.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Fix actor heap chunk size tracking bug that could cause a segfault

The [0.55.1](https://github.com/ponylang/ponyc/releases/tag/0.55.1) release included some internal actor heap implementation optimizations. Unfortunately, there was a small bug that could potentially cause a segfault due to not properly clearing some bits before setting them for some heap chunks. This change corrects that oversight to ensure the relevant bits are properly cleared before being set to ensure they final result can never be incorrect.

0 comments on commit 4d5bfcd

Please sign in to comment.