]> The Tcpdump Group git mirrors - libpcap/commit
Squelch signed vs. unsigned comparison warnings.
authorGuy Harris <[email protected]>
Mon, 25 Jul 2016 00:24:54 +0000 (17:24 -0700)
committerGuy Harris <[email protected]>
Mon, 25 Jul 2016 00:24:54 +0000 (17:24 -0700)
commit406cfb76981a17b900cae43d3bbab7b5dae75900
tree223e1d218aee7ca6b557f65b9afdd78ee26e637f
parent246b41d7d692894976b1af9ea053550d3a50c4be
Squelch signed vs. unsigned comparison warnings.

We know len is >= 1, hence > 0, at that point, so just cast it to
unsigned.
bpf/net/bpf_filter.c