Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c41ed5 commit 7dbda22Copy full SHA for 7dbda22
1 file changed
change-notes/1.24/analysis-cpp.md
@@ -35,8 +35,7 @@ The following changes in version 1.24 affect C/C++ analysis in all applications.
35
about the _name or scope_ of variables should remain unchanged.
36
* The `LocalScopeVariableReachability` library is deprecated in favor of
37
`StackVariableReachability`. The functionality is the same.
38
-* The data flow library (`semmle.code.cpp.dataflow.DataFlow`) has had the
39
- following improvements, all of which benefit the taint tracking library
40
- (`semmle.code.cpp.dataflow.TaintTracking`) as well.
+* The taint tracking library (`semmle.code.cpp.dataflow.TaintTracking`) has had
+ the following improvements:
41
* The library now models data flow through `strdup` and similar functions.
42
0 commit comments