]> The Tcpdump Group git mirrors - tcpdump/commit
UDLD: Fix "Unchecked return value" found by Coverity
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 26 Nov 2015 15:45:42 +0000 (16:45 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 26 Nov 2015 15:47:14 +0000 (16:47 +0100)
commit921a67c2989e0e4bbdb15f0b35f2f57e11a591ff
treed193cccb27c454e3d7b16066a25d860f0e7d7c50
parent4a15e7e8395faf5ba968f0881ef78cca99a1ec7e
UDLD: Fix "Unchecked return value" found by Coverity

The bounds check is already done before by ND_TCHECK2(*tptr, len).
So we are deliberately ignoring the return value of fn_printn with last
argument NULL (no bounds check).
print-udld.c