CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2014/05/23 20:27:31
Modified files: sbin/fsck_ext2fs: dir.c Log message: Don't potentially use stack garbage for e2d_type. Initialize newent.e2d_type to EXT2_FT_UNKNOWN, a.k.a. 0. Spotted by -Wall.