CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/20 15:23:17
Modified files:
usr.bin/less : charset.c
Log message:
control_char() for ASCII needs to include both genuine control
characters and top-bit-set nonprintable characters (so both iscntrl()
and !isprint()), fixes behaviour broken in r1.15/r1.16, noticed by
deraadt@.
ok deraadt tedu
