Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When building as standalone GC the free object is initialized with 0 …
…flags. This leads to the free list plugs not having the right size on heap traversal (often leading to a crash). The fix is for the free object to be an array with a compenent size of 1 byte. Commit migrated from dotnet/coreclr@6a1c28f
- Loading branch information