CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2017/02/01 13:21:19
Modified files: usr.bin/tail : read.c Log message: Add a missing sizeof(*lines) factor to previous commit to ensure we zero out enough of the lines array. Problem found with malloc's 'J' option. ok martijn