Re: [PATCH] Add an additional relocation attempt pass to load_after_fork()

2011-03-13 Thread Corinna Vinschen
Hi Jon, On Mar 13 15:07, Jon TURNEY wrote: > > Attached is a patch which avoids a fork failure due to remap error in the > specific circumstances described in my email [1], by adding an additional pass > to load_after_fork() which forces the DLL to be relocated by VirtualAlloc()ing > a block of m

[PATCH] Add an additional relocation attempt pass to load_after_fork()

2011-03-13 Thread Jon TURNEY
Attached is a patch which avoids a fork failure due to remap error in the specific circumstances described in my email [1], by adding an additional pass to load_after_fork() which forces the DLL to be relocated by VirtualAlloc()ing a block of memory at the load address as well. Hopefully it can b