]> The Tcpdump Group git mirrors - tcpdump/commit
ICMP: Avoid printing non-ASCII characters in Interface Name
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 7 Feb 2022 17:57:12 +0000 (18:57 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 7 Feb 2022 18:02:48 +0000 (19:02 +0100)
commit38ffa92e5fc5d98adc79efd7fceeb44d896bc0c3
tree0f4d9070c0ab8ec8c9e271d5203afc899b56ba08
parentf30baa4292317ec709c02b787945d86fce17fa7e
ICMP: Avoid printing non-ASCII characters in Interface Name

The "%.*s" format is a risk (no non-ASCII filtering), thus use
the nd_printjnp() function.
print-icmp.c