]> The Tcpdump Group git mirrors - tcpdump/commit
Do the addrtostr6() bounds checking while we're generating the string.
authorGuy Harris <[email protected]>
Mon, 8 Aug 2016 00:48:27 +0000 (17:48 -0700)
committerGuy Harris <[email protected]>
Mon, 8 Aug 2016 00:48:27 +0000 (17:48 -0700)
commit9e9347f3dce4a82a4b75230a39d3f382c6f15f2a
treef8a850b7b2a626d4ca2916830630c783c65bbbe0
parent3ac642ee4cb3ba2f54052fdb7754525bd4a40709
Do the addrtostr6() bounds checking while we're generating the string.

That obviates the need for a temporary buffer, and eliminates complaints
about using sprintf().
addrtostr.c