ChangeSet ID: 10168 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/11/21 18:08:27
Modified files: loader : main.c Makefile.in libs/wine : port.c include/wine : library.h dlls/kernel : process.c . : configure.ac configure
Log message: Create a huge array in bss to reserve the memory area we need for PE binaries, to prevent exec shield from mapping system libraries there.
Patch: http://cvs.winehq.com/patch.py?id=10168
Old revision New revision Changes Path 1.88 1.89 +6 -2 wine/loader/main.c 1.13 1.14 +2 -2 wine/loader/Makefile.in 1.5 1.6 +45 -5 wine/libs/wine/port.c 1.28 1.29 +3 -0 wine/include/wine/library.h 1.35 1.36 +2 -0 wine/dlls/kernel/process.c 1.209 1.210 +19 -14 wine/configure.ac 1.489 1.490 +58 -51 wine/configure