This revision was automatically updated to reflect the committed changes.
Closed by commit rG4fd6c6e65ab5: [analyzer] Add more propagations to Taint
analysis (authored by gamesh411).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120369/new/
https://
gamesh411 updated this revision to Diff 413388.
gamesh411 added a comment.
Herald added a project: All.
rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120369/new/
https://reviews.llvm.org/D120369
Files:
clang/docs/analyzer/checkers.rst
c
steakhal accepted this revision.
steakhal added a reviewer: NoQ.
steakhal added a comment.
This revision is now accepted and ready to land.
Looks good to me. Check the docs if they are still in sync.
Also, postpone this for two days to let others block this if they have
objections.
Other than tha
gamesh411 added inline comments.
Comment at: clang/docs/analyzer/checkers.rst:2361
Default propagations defined by ``GenericTaintChecker``:
-``atoi``, ``atol``, ``atoll``, ``fgetc``, ``fgetln``, ``fgets``, ``fscanf``,
``sscanf``, ``getc``, ``getc_unlocked``, ``getdelim``, ``get
gamesh411 updated this revision to Diff 412057.
gamesh411 marked 17 inline comments as done.
gamesh411 added a comment.
Herald added a subscriber: manas.
- remove vscanf and co.
- use debug.ExprInspection for test cases
- fix semantic issues for modeled functions
Repository:
rG LLVM Github Mon
steakhal added a comment.
Huh, this was a long one. 😅 🚀
Comment at: clang/docs/analyzer/checkers.rst:2361
Default propagations defined by ``GenericTaintChecker``:
-``atoi``, ``atol``, ``atoll``, ``fgetc``, ``fgetln``, ``fgets``, ``fscanf``,
``sscanf``, ``getc``, ``getc_unlock
gamesh411 created this revision.
gamesh411 added a reviewer: steakhal.
Herald added subscribers: ASDenysPetrov, martong, dkrupp, donat.nagy,
Szelethus, mikhail.ramalho, a.sidorin, szepet, baloghadamsoftware, xazax.hun.
Herald added a reviewer: Szelethus.
gamesh411 requested review of this revision