Module Name: src Committed By: uebayasi Date: Fri Apr 18 06:59:32 UTC 2014
Modified Files: src/sys/kern: kern_exec.c Log Message: calcargs: Correct the size of "argc" in the stack size calculation. (The old code has worked because it is compensated by wrong size calculation of "auxinfo" (multiplied by sizeof(void *)).) To generate a diff of this commit: cvs rdiff -u -r1.401 -r1.402 src/sys/kern/kern_exec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.