Bug #715
mdb is muddled in its bitwise ops
100%
Description
Searching for typoed boolean ops in place of bitwise:
source:usr/src/cmd/mdb/common/modules/crypto/sched_impl.c@13283#L215: if (!flags && DCMD_ADDRSPEC) {
source:usr/src/cmd/mdb/common/modules/crypto/spi.c@13283#L93: if (!(flags && DCMD_ADDRSPEC))
source:usr/src/cmd/mdb/common/mdb/mdb_help.c@13283#L157: if ((flags && DCMD_ADDRSPEC) || argc != 0)
source:usr/src/cmd/mdb/common/mdb/mdb_help.c@13283#L179: if ((flags && DCMD_ADDRSPEC) || argc != 0)
Are bogus
Updated by Garrett D'Amore about 10 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Resolved in:
changeset: 13286:590780cedaf1
user: Richard Lowe <richlowe@richlowe.net>
date: Wed Feb 09 11:47:49 2011 -0500
description:
715 mdb is muddled in its bitwise ops
Reviewed by: garrett@nexenta.com
Reviewed by: roland.mainz@nrubsig.org
Approved by: garrett@nexenta.com