Module Name: src Committed By: tron Date: Sun Nov 6 12:40:05 UTC 2011
Modified Files: src/sys/kern: kern_module.c Log Message: Return ENOEXEC instead of 0 if the info of a kernel module doesn't have the expected size. This prevents kernel panics when loading broken modules. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/kern/kern_module.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.