Re: wine/dlls/ntdll virtual.c

2004-02-11 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > According to the exec-shield paper, its effects can include revealing > "bugs in applications that assume PROT_READ implies PROT_EXEC" due to the > funky things it does with relocations into the ASCII-armour. Not sure but > it might be worth ensuring mprote

Re: wine/dlls/ntdll virtual.c

2004-02-11 Thread Mike Hearn
> Log message: > Don't request PROT_EXEC permissions when mapping an image file to > avoid problems on noexec filesystems with kernel 2.6. http://people.redhat.com/mingo/exec-shield/ANNOUNCE-exec-shield According to the exec-shield paper, its effects can include revealing "bugs in app