Skip to content

Commit

Permalink
Updates release notes for PR #4540
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Nov 24, 2024
1 parent 2d2c6c6 commit a17f897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .release-notes/4540.md

This file was deleted.

4 changes: 4 additions & 0 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ Prior to this change, the actor heap garbage collection process would return fre

Previously our CMake build was failing to find our custom-built `llc` binary, but builds worked by accident if there was a system `llc`. The build system now finds our custom `llc` correctly.

## Fix minor buffer out of bounds access bug in compiler

Previously, the compiler error reporting had a minor buffer out of bounds access bug where it read one byte past the end of a buffer as part of an if condition before checking that the offset was smaller than the buffer length. This was fixed by switching the order of the if condition checks so that the check that the offset is smaller than the buffer length happens before reading the value from the buffer to prefer the out of bounds access issue.

0 comments on commit a17f897

Please sign in to comment.