"Kelly Yancey" <[email protected]> writes: > Ahh...but wouldn't the bzero() touch all of the memory just allocated > functionally making it non-overcommit?
No. If it were an "non-overcomitting malloc", it would return NULL and set errno to ENOMEM, instead of dumping core. DES -- Dag-Erling Smorgrav - [email protected] To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-hackers" in the body of the message

