]> The Tcpdump Group git mirrors - libpcap/commit
Mark dpdk_fmt_errmsg_for_rte_errno() as printf-like.
authorGuy Harris <[email protected]>
Fri, 8 Feb 2019 18:48:31 +0000 (10:48 -0800)
committerGuy Harris <[email protected]>
Fri, 8 Feb 2019 18:48:31 +0000 (10:48 -0800)
commitfa8d62fd4735427559c257997e40b4b90719cbe1
treeaedade7aa81a1f0ab8905a38785a1e67f646183f
parentbeae1f558dfd86ced9d8759f590f6a304ab40be6
Mark dpdk_fmt_errmsg_for_rte_errno() as printf-like.

That should cause mismatches between the format string and its arguments
to be found.

Also, fix a case where we didn't even provide a format string.
pcap-dpdk.c