From: utzoo!decvax!harpo!floyd!crc Newsgroups: net.unix-wizards Title: doprnt Hangs! Article-I.D.: floyd.1310 Posted: Wed Mar 16 17:16:07 1983 Received: Wed Mar 23 03:05:05 1983 The routine doprnt.s, which does the work for printf() in bsd4.1 loops infinitely when given a null pointer to the format string. Example: main(){ printf(0); }; This may also happen on some BTL UNIX systems. Charles Colbert floyd!crc