]> The Tcpdump Group git mirrors - tcpdump/commit
Fix a non-reentrant code in a function
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 30 Jun 2015 18:44:14 +0000 (20:44 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 30 Jun 2015 18:50:09 +0000 (20:50 +0200)
commitb2cb8112f92037838e8d4c1a1e2ef4a96c7793c9
treebc72d99185d15ef4c8fd5a83116647f7c80000bf
parent9d185ed4a58e4bba924e01b63d9cf29f4aed89d5
Fix a non-reentrant code in a function

Delete the 'static char buf' array in ts_format().
buf is now a parameter of ts_format().
Moreover:
Decrease a too long string.
Fix a space in a comment.
util.c