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
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