Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix getsockopt zeroing memory (#901)
This commit fixes an accidental regression from #858 where a previous call to `core::mem::zeroed` was replaced with `MaybeUninit::uninit` instead of `MaybeUninit::zeroed`.
- Loading branch information