[all-commits] [llvm/llvm-project] 7463b4: [flang][runtime] Fix use of empty optional in BOZ ...

Peter Klausler via All-commits all-commits at lists.llvm.org
Wed Jan 8 13:12:48 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7463b46a34efedbc3a72d05721886284e80b5cce
      https://github.com/llvm/llvm-project/commit/7463b46a34efedbc3a72d05721886284e80b5cce
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2025-01-08 (Wed, 08 Jan 2025)

  Changed paths:
    M flang/runtime/edit-input.cpp

  Log Message:
  -----------
  [flang][runtime] Fix use of empty optional in BOZ input (#120789)

Slava reported a valgrind result showing the use of uninitialized data
due to an unconditional dereference of an optional in BOZ formatted
input editing; fix.



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