Hello,

Sergey Bugaev, le mer. 27 mars 2024 19:18:25 +0300, a ecrit:
> diff --git a/include/mach/exec/exec.h b/include/mach/exec/exec.h
> index 94b234b0..29fa897d 100644
> --- a/include/mach/exec/exec.h
> +++ b/include/mach/exec/exec.h
> @@ -51,6 +51,8 @@ typedef struct exec_info
>       /* (ELF) Address of interpreter string for loading shared libraries, 
> null if none.  */
>       vm_offset_t interp;
>  
> +     /* Required stack protection.  */
> +     vm_prot_t stack_prot;

But it's not getting used anywhere?

Samuel

Reply via email to