| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/host: use unix.Utsname instead of syscall.Utsname | Dmitry Vyukov | 2021-02-08 | 1 | -0/+23 |
| syscall.Utsname is hard to use portably, see: https://github.com/google/syzkaller/pull/2418#issuecomment-774858512 Switch to unix.Utsname which does not have this problem. | |||||
