Ian Douglas Scott
Results
545
comments of
Ian Douglas Scott
Things like `mem::zeroed()` and `MaybeUninit::zeroed()` don't seem to actually initialize padding bytes either. But `ptr::write_bytes` can be used to memset the bytes to 0. https://github.com/Smithay/drm-rs/pull/197 does this for the dynamic...
This should be resolved as of https://github.com/Smithay/drm-rs/pull/176.