K 10 svn:author V 5 peter K 8 svn:date V 27 1999-04-04T06:01:09.000000Z K 7 svn:log V 238 If somebody does an execv("foo", NULL) (which theoretically is an error), avoid crashing inside rtld (since it's easy) since everything else handles it. Of course, if the target program checks argv[], it'll fall over. Reviewed by: jdp END