Module Name: src
Committed By: martin
Date: Thu Aug 29 16:26:46 UTC 2019
Modified Files:
src/sys/fs/tmpfs [netbsd-8]: tmpfs_rename.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1345):
sys/fs/tmpfs/tmpfs_rename.c: revision 1.9
Fix uninitialized variable: if 'tvp' is NULL, '*tdep' is not initialized.
This could have caused the KASSERT to wrongfully fire.
ok riastradh@
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.10.1 src/sys/fs/tmpfs/tmpfs_rename.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.