diff options
author | Yingwei Zheng <dtcxzyw2333@gmail.com> | 2025-05-30 14:11:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-30 14:11:01 +0800 |
commit | 1e81e800508fbec5bdd394754e6005af536aa2f3 (patch) | |
tree | 1f0e9a8d295d1c6ca43b54fef4f6a7537bbcde82 /lldb/source/Interpreter/CommandObject.cpp | |
parent | ccb55713db9e457b45945d924b8a177075211b03 (diff) | |
download | llvm-1e81e800508fbec5bdd394754e6005af536aa2f3.zip llvm-1e81e800508fbec5bdd394754e6005af536aa2f3.tar.gz llvm-1e81e800508fbec5bdd394754e6005af536aa2f3.tar.bz2 |
[IR] Avoid UB in `SymbolTableListTraits` (#139096)
This patch fixes the "dereferencing null" UB. Unfortunately, C++ doesn't
provide an inverse operation for `p->*pmf`.
See also https://github.com/llvm/llvm-project/pull/130952.
Diffstat (limited to 'lldb/source/Interpreter/CommandObject.cpp')
0 files changed, 0 insertions, 0 deletions