On Tue, 06 Jan 2004 05:24:17 +0100, Libor Vanek said: > Why does anybody try to do this? Is there any reason for it? You never seen a program do something like: if (!strcmp(argv[i],"-f") { infile = open(argv[i+1],...); without a check that argv[i+i] actually points anyplace reasonable? ;)