CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2015/11/27 06:49:42
Modified files: bin/df : ext2fs_df.c ffs_df.c Log message: Use strlcpy to copy strings in struct mount, not memmove. Avoids reading past the end of a buffer. Problem found and OK jsg@