]> The Tcpdump Group git mirrors - tcpdump/commit
ARP: fix overwrites of static buffer in q922_string().
authorGuy Harris <[email protected]>
Tue, 25 May 2021 22:22:49 +0000 (15:22 -0700)
committerGuy Harris <[email protected]>
Tue, 25 May 2021 22:22:49 +0000 (15:22 -0700)
commite72a7ba0a21f1c1a0fc8472542bffa69abbf44b9
treebe45ecd64bfd7e25bbbdb335296c406bcacaf33b
parentcf6c3fb2ad11e3ce94401b4371d91def79934310
ARP: fix overwrites of static buffer in q922_string().

Don't call GET_LINKADDR_STRING() twice in a given ND_PRINT() call.

Should address another problem in GitHub issue #919.
print-arp.c