Hi, After informations given by Brook Davis (thanks to him :p) I investigate in /sys/kern/subr_prf.c . I just add a bzero() but it fixes the *problem*.
I think it doesn't break anything but every comments are welcome. Can the attached patch be commited ? -- Aur�lien
--- subr_prf.c.old Thu Aug 15 18:59:18 2002
+++ subr_prf.c Thu Aug 15 18:58:45 2002
@@ -855,6 +855,7 @@
msgbufp->msg_size = (char *)msgbufp - cp;
}
msgbufp->msg_ptr = cp;
+ bzero(msgbufp->msg_ptr, ((char *)msgbufp - cp));
if (msgbufmapped && oldp != msgbufp)
msgbufcopy(oldp);
msgbufmapped = 1;
msg48710/pgp00000.pgp
Description: PGP signature
