freebsd-dev/contrib/bsnmp/lib
Justin Hibbits 38effe887e 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
2019-11-18 23:23:38 +00:00
..
asn1.3 style(9): clean up trailing whitespace 2016-12-27 23:32:54 +00:00
asn1.c bsnmp: add asn1 message length validation 2019-08-06 16:09:06 +00:00
asn1.h style(9): clean up trailing whitespace 2016-12-27 23:32:54 +00:00
bsnmpagent.3 style(9): clean up trailing whitespace 2016-12-27 23:32:54 +00:00
bsnmpclient.3 Bump .Dd for the spelling and .Nm updates 2017-01-01 05:16:24 +00:00
bsnmplib.3 Fix spelling errors; bump .Dd for the change 2017-01-01 05:23:01 +00:00
snmp.c Prevent improper memory accesses after calling snmp_pdu_free and snmp_value_free 2016-12-29 00:20:03 +00:00
snmp.h Update bsnmp to version 1.13. This does not bring user-visible changes. 2018-07-03 08:44:40 +00:00
snmpagent.c style(9): clean up trailing whitespace 2016-12-27 23:32:54 +00:00
snmpagent.h style(9): clean up trailing whitespace 2016-12-27 23:32:54 +00:00
snmpclient.c bsnmp: Fix operator precedence in error check in table_check_response 2019-11-18 23:23:38 +00:00
snmpclient.h Add IPv6 transport for bsnmp. 2019-04-02 12:50:01 +00:00
snmpcrypto.c Make libbsnmp buildable. 2018-09-19 06:39:10 +00:00
snmppriv.h style(9): clean up trailing whitespace 2016-12-27 23:32:54 +00:00
support.c style(9): clean up trailing whitespace 2016-12-27 23:32:54 +00:00
support.h style(9): clean up trailing whitespace 2016-12-27 23:32:54 +00:00
tc.def Add IPv6 transport for bsnmp. 2019-04-02 12:50:01 +00:00