Module Name: src Committed By: maxv Date: Thu Oct 22 11:38:51 UTC 2015
Modified Files: src/sys/kern: exec_elf.c Log Message: Check the error code from es_setup_stack, and correctly free ep_emul_arg if it fails. That bug is harmless, since ep_setup_stack never fails. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/kern/exec_elf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.