[all-commits] [llvm/llvm-project] ae1d5f: [flang][runtime] Reset unit frame buffer when re-o...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Jul 25 12:18:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae1d5f4d9da36ebc9c77a2da9f43f3f7e1bf0395
https://github.com/llvm/llvm-project/commit/ae1d5f4d9da36ebc9c77a2da9f43f3f7e1bf0395
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-07-25 (Mon, 25 Jul 2022)
Changed paths:
M flang/runtime/unit.cpp
Log Message:
-----------
[flang][runtime] Reset unit frame buffer when re-opening
An OPEN statement that implies closing a connection must invalidate
the unit's frame buffer so as to prevent stale data from the old
connection from being read into the newly-connected unit.
Differential Revision: https://reviews.llvm.org/D130430
More information about the All-commits
mailing list