Closed
Description
Lines 86 to 96 in 375d762
These lines return part of the data
as a MemoryBlock
. This unsafe operation permits the caller to write uninitialized bytes to that region. It's not yet clear if it is UB to do that. In any case it is a safety invariant so you mustn't leak this uninitialized state after your borrow of data
has ended but there is no Drop implementation that would take care of it.
Metadata
Metadata
Assignees
Labels
No labels