https://www.viva64.com/en/b/0496/
Reported by: PVS-Studio
PR: 218039
Differential D10300
Correct bitwise test in mac_bsdextended ugidfw_rule_valid() emaste on Apr 6 2017, 7:15 PM. Authored by Tags None Referenced Files
Subscribers
Details
Diff Detail
Event Timeline
Comment Actions As suggested by @kib I think this is the intended test. The test currently in svn is in effect if (1 && ...) so removing the first part (as in my comment) should be no functional change, but I suppose this is actually what's intended; mbo_type is only accessed if rule->mbr_object.mbo_flags & MBO_TYPE_DEFINED.
|