BoolAssignment checker is now taint-aware and warns if a tainted value is
assigned.
Original author: steakhal
Paths
| Differential D125360
[analyzer] Add taint to the BoolAssignmentChecker ClosedPublic Authored by gamesh411 on May 11 2022, 1:54 AM.
Details Summary BoolAssignment checker is now taint-aware and warns if a tainted value is Original author: steakhal
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 12 2022, 1:04 AM Closed by commit rG094fb13b88b3: [analyzer] Add taint to the BoolAssignmentChecker (authored by gamesh411). · Explain WhyMay 13 2022, 12:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 428586 clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp
clang/test/Analysis/bool-assignment.c
|