Fix a logic bug when "mask" contains a ?: operator.
Newer versions of clang warn that '&' evaluates before '?:'.
Reviewed by: markj
MFC after: 3 days
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D22573
Fix a logic bug when "mask" contains a ?: operator. Tags None Referenced Files None Subscribers None
Description
Details
|