Module Name: src Committed By: maxv Date: Sun Jul 6 07:41:41 UTC 2014
Modified Files: src/sys/kern: exec_elf.c Log Message: Check .evs_used==0 instead of .evs_cmds==NULL. evs_cmds would not be NULL if another _makecmds() had allocated and deallocated VMCMDs (not the case currently). To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 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.