[all-commits] [llvm/llvm-project] ca61bd: [Clang] Prevent null pointer dereference in Transf...
smanna12 via All-commits
all-commits at lists.llvm.org
Tue Jul 16 10:25:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca61bdde476aae4d179f16561ce4d245df9f0fdf
https://github.com/llvm/llvm-project/commit/ca61bdde476aae4d179f16561ce4d245df9f0fdf
Author: smanna12 <soumi.manna at intel.com>
Date: 2024-07-16 (Tue, 16 Jul 2024)
Changed paths:
M clang/lib/Sema/TreeTransform.h
Log Message:
-----------
[Clang] Prevent null pointer dereference in TransformUnaryTransformType() (#97912)
This patch adds null check after TransformType call to avoid
dereferencing a null pointer when calling getType().
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list