HomeFreeBSD

MFC r354834 (by jhibbits):

Description

MFC r354834 (by jhibbits):

bsnmp: Fix operator precedence in error check in table_check_response

Summary:
The ?: operator has a lower precedence than == and &&, so the result will always
be recorded as true. Found by gcc8.

Reviewed by: ngie, ae
Differential Revision: https://reviews.freebsd.org/D22427

Details

Provenance
dimAuthored on
Reviewer
ngie
Differential Revision
D22427: bsnmp: Fix operator precedence in error check in table_check_response
Parents
rS360300: MFC r342022 (by imp):
Branches
Unknown
Tags
Unknown