Skip to content

Commit

Permalink
Merge pull request #1521 from MoarVM/2021.07
Browse files Browse the repository at this point in the history
2021.07 release
  • Loading branch information
Altai-man committed Jul 24, 2021
2 parents c32d7c1 + 145248e commit 20f363d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2021.06
2021.07
30 changes: 30 additions & 0 deletions docs/ChangeLog
@@ -1,3 +1,33 @@
New in 2021.07

6model:
+ [21f8cadd] Fix "Collectable in a gen2 freelist accessed" when deserializing a method cache
+ [d7a07bf3] Fix possible acces to a freed SC during deserialization
+ [8f513d55] Convert more `realloc+memset(0)` to `recalloc`

Core:
+ [736154d2] Fix some bugs in the various `hash_fsck` functions
+ [1180c988] Fix read buffer overflow in bytecode dumper
+ [a27efd30] Fix overflows on slight reallocations of fixed size alloced buffers

IO:
+ [8e9afcf5] Fix error handling of `mkdir`
+ [97948c2a] Assign the result of a `socket(2)` call immediately
+ [af001c96,3a3eb7f9] Fix possible deadlock when waiting for mutex_threads

Profiler:
+ [ab2a0100,f8d5f300] Simplify code needed for GCC to avoid a warning

Spesh:
+ [a4d59492] Fix memory corruption by accessing freed spesh stats

Strings:
+ [4fea2f9a] Fix ShiftJIS decoder bug where a replacement is used
and a decoding error is encountered after '\r' character

Tooling/Build:
+ [42bbff95] Remove msinttypes from `$PREFIX\include` as no longer needed

New in 2021.06

6model:
Expand Down

0 comments on commit 20f363d

Please sign in to comment.