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); }; Charles Colbert floyd!crc