summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorPeter Klausler <pklausler@nvidia.com>2025-04-18 12:51:18 -0700
committerGitHub <noreply@github.com>2025-04-18 12:51:18 -0700
commit32145a5e18f87e4f672bbc051f00b8d57be98eb3 (patch)
tree23d2060c6f4aadd25adf75fc1c2a0d14f9ac5ddf /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent6a7044a7b88a2e5e4ea7f3f9c128b4fbb33233f8 (diff)
[flang][runtime] Better handling for integer input into null address (#135987)
The original descriptor-only path for I/O checks for null data addresses and crashes with a readable message, but there's no such check on the new fast path for formatted integer input, and so a READ into (say) a deallocated allocatable will crash with a segfault. Put a null data address check on the new fast path.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions