CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/12 08:49:05
Modified files:
usr.bin/script : script.c
Log message:
bluhm discovered "script < /dev/null" attempts tty operations in violation
of pledge. We can wrap isatty() around those codepaths.
ok bluhm beck
