In the last episode (Jun 10), Mike Hunter said:
> I have a feeling that I'm missing something really obvious, but I'm
> having trouble understanding why the following program:
> 
> int main (int argc, char * argv[])
> {
>       void * ptr = malloc(65536);
> 
> Never prints anything but "0"'s.

The kernel zeros out memory before handing it to processes.

-- 
        Dan Nelson
        [EMAIL PROTECTED]
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to