Module Name: src Committed By: jakllsch Date: Fri Jan 24 13:20:33 UTC 2020
Modified Files:
src/sys/lib/libsa: ext2fs.c
Log Message:
Use dp->e2d_namlen rather than strlen(dp->e2d_name) in ext2fs_ls().
Prevents garbage beyond the end of the name from appearing on screen.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/lib/libsa/ext2fs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
