On 7/19/07, Franck Bui-Huu <vagabon.xyz@xxxxxxxxx> wrote:
if (!(current->personality & ADDR_NO_RANDOMIZE) && randomize_va_space)
actually this condition can be replaced by this simpler one: if (current->flags & PF_RANDOMIZE) since PF_RANDOMIZE flag is raised if and only if the old condition is true. At this point do you prefer a patch to amend these modifications or to replace the old one ? Sorry for the annoyance. -- Franck