LLVM/project 660cdacflang/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.
DeltaFile
+44-0flang/unittests/Runtime/Pointer.cpp
+7-10flang/runtime/pointer.cpp
+51-102 files

UnifiedSplitRaw