Re: MiG bug
Thanks, I put it a cosmetically different fix. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd
MiG bug
Hi, I get a segfault in migcomm. Stdarg is used incorrectly in the functions WriteCopyType and WritePackMsgType, as the contents of `pvar' is undefined after the first call to vfprintf. Resetting it between the calls fixes this problem. Index: utils.c ===