CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/01 09:21:12
Modified files:
usr.bin/tail : read.c
Log message:
Don't allocate the buffer for the -n flag in one call.
Fixes an ENOMEM with an extremely large -n value and a small input.
Issue reported by Soner Tari
OK stsp@
