]> The Tcpdump Group git mirrors - tcpdump/commit
Initialize tzcode early.
authorDag-Erling Smørgrav <[email protected]>
Sat, 16 Sep 2023 09:02:46 +0000 (11:02 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 20 Nov 2023 08:04:09 +0000 (09:04 +0100)
commitb9437c444d13c62778a3946b226005d2297c4d57
tree00491b1d9d6930ea07d5725a7fefa2f1ae4043af
parentf8854fd1644dbe2bc92cc9472a69737be706bc52
Initialize tzcode early.

An explicit tzset() call is usually not needed as it happens implicitly
the first time we call localtime() or mktime(), but in some cases
(sandboxing, chroot) this may be too late.

(cherry picked from commit 54d5fbec2c52d2e04cb549caa0a811ab1da5aa56)
tcpdump.c