Bug #714
prstat is muddled in its bitwise ops
Start date:
2011-02-08
Due date:
% Done:
0%
Estimated time:
Difficulty:
Tags:
Gerrit CR:
Description
Searching for typoed boolean ops in place of bitwise:
source:usr/src/cmd/prstat/prstat.c@13283#L1489: if ((opts.o_outpmode & OPT_SPLIT) && (opts.o_outpmode && OPT_USERS) &&
is bogus.
Updated by Rich Lowe almost 10 years ago
- Status changed from New to Resolved
Resolved by r13287 commit:c545300d0621
Updated by Garrett D'Amore almost 10 years ago
Resolved in:
changeset: 13287:c545300d0621
user: Richard Lowe <richlowe@richlowe.net>
date: Wed Feb 09 11:47:57 2011 -0500
description:
714 prstat is muddled in its bitwise ops
Reviewed by: garrett@nexenta.com
Reviewed by: roland.mainz@nrubsig.org
Approved by: garrett@nexenta.com