CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/19 14:08:12
Modified files:
usr.sbin/pstat : pstat.c
Log message:
Fix pstat -ft. In presence of the -f flag, a logic error in ttymode()
leads to entering codepaths that try to work with only partially
initialized kvm structures -- with unsurprising outcomes.
Problem found by Rob Pierce, ok deraadt
