Module Name: src Committed By: pgoyette Date: Wed Jun 19 15:01:01 UTC 2019
Modified Files: src/sys/kern: kern_module.c Log Message: In case of error resolving symbol references, we cannot rely on the module's name still being available - it may be destroyed when kobj_affix() unloads the object. So make a copy of the name first so we can use it in a useful error message. (Without this, I've have affix errors go into an infinite loop trying to print the error message!) To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 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.