Skip to content

Commit

Permalink
Updates release notes for PR #4548
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Nov 25, 2024
1 parent 9de17fb commit f0d7afd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .release-notes/4548.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 @@ -10,3 +10,7 @@ Previously our CMake build was failing to find our custom-built `llc` binary, bu

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.

## Fix bug in ASIO shutdown

There was a bug during our shutdown process that could cause a segmentation fault coming from our asynchrnous I/O subsystem. This has been fixed.

0 comments on commit f0d7afd

Please sign in to comment.