]> The Tcpdump Group git mirrors - tcpdump/commit
The item_len argument to ikev1_id_print() *is* used.
authorGuy Harris <[email protected]>
Sat, 19 Apr 2014 00:53:01 +0000 (17:53 -0700)
committerGuy Harris <[email protected]>
Sat, 19 Apr 2014 00:53:01 +0000 (17:53 -0700)
commit12d1cd6dd82dd6ef60ae12d9030667af9a437f3a
tree9aea8026fdc0087e3b62303f81aca79581d90ab4
parent20ecf8fafef38b838e60073f7ea35ee85ade5070
The item_len argument to ikev1_id_print() *is* used.

So don't mark it as unused; that *might* be what's causing Coverity to
think that sizeof(struct ikev1_pl_id) is always < item_len and thus that
the "data" variable can never be null.
print-isakmp.c