[net.bugs.4bsd] doprnt Hangs!

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);
};

				Charles Colbert
				floyd!crc