Michael Tharp
Results
3
issues of
Michael Tharp
Receive leap second data from GPS and advertise it to NTP clients.
enhancement
Fixes a rogue close() that happens whenever the GC next runs after Listen(). NewFile() takes responsibility for the fd it is passed but Listen() then proceeds to manually syscall.Close() the...
**Describe the bug** v0.16.0 introduced a subprocess reaper via #2043. It appears to have a race condition where the reaper can `wait()` on a process spawned via `os/exec.Cmd.Run` before Run...