You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move gettimeofday(&t_l_req) from command-mode-only block to just
before the flock() loop, so it covers both command and FD paths.
Previously, FD mode with --verbose read uninitialized stack memory,
producing garbage like "took 1774858164251193 microseconds".
Add regression test verifying verbose FD mode timing is sane (<1s).
0 commit comments