(no title)
yuriks | 2 months ago
This is also something that Rust does protect against in safe code, by requiring initialization of all memory before use, or using MaybeUninit for buffers that aren't, where reading the buffer or asserting that it has been initialized is an unsafe operation.
jmalicki|2 months ago
unknown|2 months ago
[deleted]
spookie|2 months ago