]> 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:09 +0000 (03:23 -0700)
commitb6a3595a5558f48f89ef75ca63d70b240835d1b7
treeb10d847c82879b066ae4802b717b2e886a6b41e2
parent1363a442ccb5927ed2b19be5a3306412bb3b792a
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