Module Name: src Committed By: maxv Date: Sat Jul 6 14:27:39 UTC 2019
Modified Files: src/sys/kern: vfs_lookup.c Log Message: Fix (harmless) uninitialized variable. In the path namei_tryemulroot -> namei_oneroot-> namei_start There was a branch where 'ndp->ni_erootdir' was not initialized. To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 src/sys/kern/vfs_lookup.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.