LLVM/project 660cdac — flang/runtime pointer.cpp, flang/unittests/Runtime Pointer.cpp
[flang] Fixed write past allocated descriptor in PointerAssociateRemapping. (#127000) The pointer descriptor might be smaller than the target descriptor, so `operator=` would write beyound the pointer descriptor.
Delta | File | |
---|---|---|
+44 | -0 | flang/unittests/Runtime/Pointer.cpp |
+7 | -10 | flang/runtime/pointer.cpp |
+51 | -10 | 2 files |