[all-commits] [llvm/llvm-project] 2acead: Revert "[analyzer] Fix taint rule of fgets and set...
Balazs Benics via All-commits
all-commits at lists.llvm.org
Mon Feb 14 09:46:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2acead35c1289d2b3593a992b0639ca6427e481f
https://github.com/llvm/llvm-project/commit/2acead35c1289d2b3593a992b0639ca6427e481f
Author: Balazs Benics <balazs.benics at sigmatechnology.se>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
M clang/test/Analysis/taint-checker-callback-order-has-definition.c
M clang/test/Analysis/taint-checker-callback-order-without-definition.c
M clang/test/Analysis/taint-generic.c
Log Message:
-----------
Revert "[analyzer] Fix taint rule of fgets and setproctitle_init"
This reverts commit bf5963bf19670ea58facdf57492e147c13bb650f.
I'm reverting this since the head of the patch stack caused a build
breakage.
https://lab.llvm.org/buildbot/#/builders/91/builds/3818
Commit: d16c5f4192c30d53468a472c6820163a81192825
https://github.com/llvm/llvm-project/commit/d16c5f4192c30d53468a472c6820163a81192825
Author: Balazs Benics <balazs.benics at sigmatechnology.se>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
M clang/test/Analysis/taint-checker-callback-order-has-definition.c
Log Message:
-----------
Revert "[analyzer] Fix taint propagation by remembering to the location context"
This reverts commit b099e1e562555fbc67e2e0abbc15074e14a85ff1.
I'm reverting this since the head of the patch stack caused a build
breakage.
https://lab.llvm.org/buildbot/#/builders/91/builds/3818
Commit: b8ae323cca61dc1edcd36e9ae18c7e4c3d76d52e
https://github.com/llvm/llvm-project/commit/b8ae323cca61dc1edcd36e9ae18c7e4c3d76d52e
Author: Balazs Benics <balazs.benics at sigmatechnology.se>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
R clang/test/Analysis/taint-checker-callback-order-has-definition.c
R clang/test/Analysis/taint-checker-callback-order-without-definition.c
Log Message:
-----------
Revert "[analyzer] Add failing test case demonstrating buggy taint propagation"
This reverts commit 744745ae195f0997e5bfd5aa2de47b9ea156b6a6.
I'm reverting this since this patch caused a build breakage.
https://lab.llvm.org/buildbot/#/builders/91/builds/3818
Compare: https://github.com/llvm/llvm-project/compare/429b0cf1de14...b8ae323cca61
More information about the All-commits
mailing list