Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-8] src/sys/fs/tmpfs



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.




Home | Main Index | Thread Index | Old Index