CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/12 10:53:42
Modified files:
usr.sbin/pstat : pstat.c
Log message:
The -T flag consumes the same data as the -f flag so it requires
nlist too. Fixes a crash when the -T flag is specified due to
calling kvm_read() with a NULL kvm_t. From Rob Pierce
