Closed
Description
We should considor to return MaybeUninit
at allocating methods. While it's unsafe
to dereference pointers and the caller has to ensure the validity of the pointer anyway, it's an hint, that the memory may be uninitialized. I don't expect much effect to the end user, as in most cases, the returned pointer will be casted anyway.