]> The Tcpdump Group git mirrors - tcpdump/commit
Fix the buffer size argument to "snprintf()" in "etheraddr_string()", as
authorguy <guy>
Tue, 26 Jul 2005 17:34:54 +0000 (17:34 +0000)
committerguy <guy>
Tue, 26 Jul 2005 17:34:54 +0000 (17:34 +0000)
commit6eaff2582abdf86977c3c4c2c61bf8e7fb08144b
tree9191ad394116a410f13d1a1dc713f5d5a4f50b51
parent09224b800c353e6a0b4e285b7994f75be5fe0887
Fix the buffer size argument to "snprintf()" in "etheraddr_string()", as
per Red Hat bug 164227 (although the buffer *should* be big enough).

Clean up indentation, improve a comment, and make a variable that can go
negative, and that doesn't need to be unsigned, signed.
addrtoname.c