mirror of
https://github.com/systemd/systemd.git
synced 2026-08-11 17:45:59 +00:00
This fixes two things: * $SOURCE_DATE_EPOCH is previously treated as usec, while it's in seconds * >= 0 is passed to log_debug_errno(), triggering assertion Replaces #40403