Loading... (original) (raw)
SetMemory0 and CopyMemory0 in unsafe.cpp need to resolve their operands
- Type:
Enhancement
- Resolution: Fixed
- Priority:
P4
- Fix Version/s: 11
- Affects Version/s: None
SetMemory0 and CopyMemory0 in unsafe.cpp read and write from/to objects, and thus need to resolve their operands via Access::resolve() before accessing them.