]> The Tcpdump Group git mirrors - tcpdump/commit
Squelch a Coverity warning.
authorGuy Harris <[email protected]>
Tue, 8 Jul 2014 10:23:09 +0000 (03:23 -0700)
committerGuy Harris <[email protected]>
Tue, 8 Jul 2014 10:23:53 +0000 (03:23 -0700)
commit71e7e0f594b13176f0b65549b7711fd55ceb0828
tree8622395d80a6c1768528ce17b8644248704212a8
parent46eb1214e6e1040ecfef8f68d6cfdd6668e739e0
Squelch a Coverity warning.

If you pass in a value of oidlen and oidsize such that we can't store
*anything* into OID, this would be a problem; that *shouldn't* ever
happen, but this makes the code a bit more obviously correct.
print-snmp.c