Open
Description
During the pointer docs update, a discussion spawned off about effects of virtual memory: What do we still guarantee when different virtual addresses map to the same physical address? Some of libstd, e.g. copy_nonoverlapping
, will start misbehaving in that situation. FWIW, C seems to just not care: memmove
has the same problem.