]> The Tcpdump Group git mirrors - tcpdump/commit
Fix a non-reentrant code in a function
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 19 Jun 2015 07:28:47 +0000 (09:28 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 19 Jun 2015 07:28:47 +0000 (09:28 +0200)
commit6632565511054590a1770016dbd80e9586fa46d9
tree6b10fa62f183b441a87e21f1b0693742be89a915
parent13e10e81bdb29fb661231b51086dd542da76b8ee
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-print.c