This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port to 3.1 - Fix JIT_CheckedWriteBarrier on macOS (#28051)
In a change to enable Mojave hardened runtime support that was made last year, a bug was introduced into the JIT_CheckedWriteBarrier. A conditional relative jump before an updated piece of code that was jumping after that piece of code was not updated and ended up jumping into the middle of an instruction. Since that condition occurs only with specific memory layout and it is very rare, that problem was not discovered until now.
- Loading branch information