diff options
author | Daniel Kuts <kutz@ispras.ru> | 2024-05-15 18:15:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 08:15:13 -0700 |
commit | 4527adc500ea0dc4b942a51dc7209da4ea26d9a2 (patch) | |
tree | 15c69e25c4f7e53b9b5485e9de9c15f229a05b0d /llvm/lib/TextAPI/ArchitectureSet.cpp | |
parent | 28d5f7907e8c3adb6f0e2e16c9673a99f5e07522 (diff) | |
download | llvm-4527adc500ea0dc4b942a51dc7209da4ea26d9a2.zip llvm-4527adc500ea0dc4b942a51dc7209da4ea26d9a2.tar.gz llvm-4527adc500ea0dc4b942a51dc7209da4ea26d9a2.tar.bz2 |
Fix null pointer dereference in logging in mlir TransformOps (#92237)
A variable `typeConverterOp` may be nullptr after dynamic cast. There is
a security guard for this, but during logging error message the variable
getting dereferenced.
Found with static analysis.
Diffstat (limited to 'llvm/lib/TextAPI/ArchitectureSet.cpp')
0 files changed, 0 insertions, 0 deletions