On Mon, 2003-03-31 at 22:43, Sebastian Pachuta wrote: > > - restrict_process_size(group->set->process_size, 0); > > + restrict_process_size(group->set->process_size, 1); > > > With and without this patch there is no abuse info generated by openwall in > dmesg or /var/log/alert. Well, changing 0 to (unsigned int)-1 at least should help?