File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515//! The precise rules for validity are not determined yet. The guarantees that are
1616//! provided at this point are very minimal:
1717//!
18- //! * For operations of [size zero][zst], *every* pointer is valid, including the [null] pointer.
19- //! The following points are only concerned with non-zero-sized accesses.
18+ //! * For memory accesses of [size zero][zst], *every* pointer is valid, including the [null]
19+ //! pointer. The following points are only concerned with non-zero-sized accesses.
2020//! * A [null] pointer is *never* valid.
2121//! * For a pointer to be valid, it is necessary, but not always sufficient, that the pointer be
2222//! *dereferenceable*. The [provenance] of the pointer is used to determine which [allocated
You can’t perform that action at this time.
0 commit comments