crc (03/17/83)
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