]> The Tcpdump Group git mirrors - tcpdump/commit
SUNRPC: Use GET_IPADDR_STRING()/GET_IP6ADDR_STRING() calls
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 23 Sep 2020 18:06:21 +0000 (20:06 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 23 Sep 2020 18:07:01 +0000 (20:07 +0200)
commit5b7fbea3e1d0283ca22fa2488451c36c28c9a12b
treec254c9fe07cdc333f92805c718dc64505c14abd5
parent9e2f0ca9e92bbf8f7a046ee9d03bd65a5df8c2a9
SUNRPC: Use GET_IPADDR_STRING()/GET_IP6ADDR_STRING() calls

Replace the calls to ipaddr_string()/ip6addr_string() with calls to
GET_IPADDR_STRING()/GET_IP6ADDR_STRING() macros performing bounds
checking.
print-sunrpc.c