Page MenuHomeFreeBSD

tcpdump: Initialize tzcode early.
ClosedPublic

Authored by des on Sep 15 2023, 8:09 PM.
Tags
None
Referenced Files
F160342716: D41880.id127446.diff
Tue, Jun 23, 12:06 PM
Unknown Object (File)
Sun, Jun 7, 11:06 AM
Unknown Object (File)
May 16 2026, 2:42 AM
Unknown Object (File)
May 16 2026, 2:41 AM
Unknown Object (File)
May 16 2026, 2:41 AM
Unknown Object (File)
May 16 2026, 2:41 AM
Unknown Object (File)
Apr 21 2026, 12:40 AM
Unknown Object (File)
Apr 18 2026, 12:41 PM
Subscribers

Details

Summary

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.

PR: 273807
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 53610
Build 50501: arc lint + arc unit