K 10 svn:author V 3 jhb K 8 svn:date V 27 2005-06-24T17:41:28.000000Z K 7 svn:log V 373 Correct the amount of data to allocate in these local copies of exec_copyin_strings() to catch up to rev 1.266 of kern_exec.c. This fixes panics on amd64 with compat binaries since exec_free_args() was freeing more memory than these functions were allocating and the mismatch could cause memory to be freed out from under other concurrent execs. Approved by: re (scottl) END