Re: Improvements to fork handling (3/5)

2011-05-28 Thread Christopher Faylor
On Wed, May 11, 2011 at 02:32:09PM -0400, Ryan Johnson wrote: This patch fixes a bug in the reserve_at function which caused it to sometimes reserve space needed by the dll it was supposed to help land. This happens when the dll tries to land in a free region which overlaps the desired

Improvements to fork handling (3/5)

2011-05-11 Thread Ryan Johnson
Hi all, This patch fixes a bug in the reserve_at function which caused it to sometimes reserve space needed by the dll it was supposed to help land. This happens when the dll tries to land in a free region which overlaps the desired location. The new code exploits the image introspection