>Yepp - seems that clamav-milter needs a fork anyway ;-)
>However I didn't know, that a "simple" malloc could result into a SEGV -
>assumed, that the OS core takes care of managing memory and prevents
>apps from accessing/destroying its tables ...

There's no protection between "libc memory" and "application memory";
if you write to the wrong memory, malloc() may suffer the consequences.


Casper

_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to