[all-commits] [llvm/llvm-project] 1d7b59: [clang][dataflow] Fix two null pointer dereference...
martinboehme via All-commits
all-commits at lists.llvm.org
Tue Sep 19 00:03:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d7b59ca8ddb0b189a036a8f7e26f7e6deb73038
https://github.com/llvm/llvm-project/commit/1d7b59ca8ddb0b189a036a8f7e26f7e6deb73038
Author: martinboehme <mboehme at google.com>
Date: 2023-09-19 (Tue, 19 Sep 2023)
Changed paths:
M clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
Log Message:
-----------
[clang][dataflow] Fix two null pointer dereferences in `getMemberForAccessor()`. (#66742)
The additions to the test trigger crashes without the fixes.
More information about the All-commits
mailing list