K 10 svn:author V 3 bde K 8 svn:date V 27 1994-12-12T01:15:01.000000Z K 7 svn:log V 371 Fix execl[e]. Multiple execle's failed because of bogus caching of the pointer returned by realloc(). All callers free the pointer if the execve fails. Nuke the caching. This essentially restores buildargv() to the 1.1.5 version. Also fix a memory leak if realloc() fails. Also nuke similar but non-broken caching in execvp(). malloc() should be efficient enough. END