ExplodedNode might be null and shoud be checked conventionally.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D158858
[analyzer] MPIChecker: add defensive checking (check against nullptr) AcceptedPublic Authored by danix800 on Aug 25 2023, 9:18 AM.
Details
Summary ExplodedNode might be null and shoud be checked conventionally.
Diff Detail
Event Timelinedanix800 added a parent revision: D158813: [analyzer] MPIChecker: MPI_Waitall should respect count arg.Aug 25 2023, 9:18 AM This revision is now accepted and ready to land.Aug 25 2023, 10:05 AM Comment Actions
Yes, the original crash shown in https://godbolt.org/z/39P7W6KPa
Revision Contents
Diff 553513 clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
clang/test/Analysis/mpichecker.cpp
|