On 1/4/21 8:02 PM, Joelle van Dyne wrote:
> Guarding MAP_JIT with
> 
> if (!splitwx) {
>     flags |= MAP_JIT;
> }
> 
> is better because MAP_JIT tells the kernel that we want a RWX mapping
> which is not the case. On iOS, special entitlements are needed for
> MAP_JIT.

Thanks, fixed.


r~

Reply via email to