Page MenuHomeFreeBSD

tcpdump: Initialize tzcode early.
ClosedPublic

Authored by des on Sep 15 2023, 8:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 28, 10:25 AM
Unknown Object (File)
Sat, Jun 1, 4:53 AM
Unknown Object (File)
Apr 26 2024, 2:10 AM
Unknown Object (File)
Apr 26 2024, 2:10 AM
Unknown Object (File)
Apr 26 2024, 2:10 AM
Unknown Object (File)
Apr 25 2024, 8:07 PM
Unknown Object (File)
Mar 13 2024, 6:24 PM
Unknown Object (File)
Mar 13 2024, 6:24 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