This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Don't crash after surviving internal output overflow
ClosedPublic

Authored by klausler on Jun 3 2022, 4:02 PM.

Details

Summary

After the program has survived its attempt to overflow the output buffer
with an internal WRITE using ERR=, IOSTAT=, &/or IOMSG=, don't crash
by accidentally blank-filling the next record that usually doesn't exist.

Diff Detail

Event Timeline

klausler created this revision.Jun 3 2022, 4:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2022, 4:02 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jun 3 2022, 4:02 PM
vdonaldson accepted this revision.Jun 3 2022, 5:04 PM
This revision is now accepted and ready to land.Jun 3 2022, 5:04 PM