]> The Tcpdump Group git mirrors - tcpdump/commitdiff
instrument functions: Add a NULL check
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 11 Mar 2023 08:47:07 +0000 (09:47 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 11 Mar 2023 08:47:07 +0000 (09:47 +0100)
Same as in tcpslice to fix a Coverity issue.

The issue was:
Null pointer dereferences  (FORWARD_NULL)
Passing null pointer "func" to "strncmp", which dereferences it.


No differences found