Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YJIT: Probe away from the heap when requesting exec memory
I was looking at some crash reports and noticed that many have a line like the following for YJIT code memory: <addr>-<addr> r-xp 00000000 00:00 0 [heap] I guess YJIT confused the kernel into thinking this region is from sbrk(). While this seems to have no consequences beyond mislabeling, it's still a little concerning. Probe downwards instead.
- Loading branch information