Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!comp.vuw.ac.nz!asjl From: Andy.Linton@comp.vuw.ac.nz (Andy Linton) Newsgroups: comp.mail.sendmail Subject: Re: Sendmailv5.65+IDA problem Message-ID: <1990Nov14.215011.4610@comp.vuw.ac.nz> Date: 14 Nov 90 21:50:11 GMT References: <1990Nov13.173733@ap.co.umist.ac.uk> Sender: news@comp.vuw.ac.nz (News Admin) Reply-To: Andy.Linton@comp.vuw.ac.nz Organization: Computer Science Dept, Victoria Univ, Wellington, NEW ZEALAND Lines: 18 Nntp-Posting-Host: tinakori.comp.vuw.ac.nz Originator: asjl@tinakori.comp.vuw.ac.nz This could be the same problem that I came against and posted details of a few days ago. On our MOREbsd HP boxes there is/was a bug in routine doprnt() which is called by printf() and co. The bug is exercise by the new version of putline() in util.c You can check whether this bug is present in your doprnt() routine by the following: #include main() { printf("doprnt() is %.0scorrect\n", "NOT "); } The old version of putline() could be used to further check for the prescence of this bug.