This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Reset unit frame buffer when re-opening
ClosedPublic

Authored by klausler on Jul 23 2022, 11:23 AM.

Details

Summary

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.

Diff Detail

Event Timeline

klausler created this revision.Jul 23 2022, 11:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2022, 11:23 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jul 23 2022, 11:23 AM
vdonaldson accepted this revision.Jul 23 2022, 1:16 PM
This revision is now accepted and ready to land.Jul 23 2022, 1:16 PM
This revision was automatically updated to reflect the committed changes.