[all-commits] [llvm/llvm-project] 660cda: [flang] Fixed write past allocated descriptor in P...

Slava Zakharin via All-commits all-commits at lists.llvm.org
Thu Feb 13 09:39:58 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 660cdace559a8dbe44ebf2222b854bf3f39a5f62
      https://github.com/llvm/llvm-project/commit/660cdace559a8dbe44ebf2222b854bf3f39a5f62
  Author: Slava Zakharin <szakharin at nvidia.com>
  Date:   2025-02-13 (Thu, 13 Feb 2025)

  Changed paths:
    M flang/runtime/pointer.cpp
    M flang/unittests/Runtime/Pointer.cpp

  Log Message:
  -----------
  [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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list