File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ The following changes in version 1.24 affect C/C++ analysis in all applications.
35
35
about the _ name or scope_ of variables should remain unchanged.
36
36
* The ` LocalScopeVariableReachability ` library is deprecated in favor of
37
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.
38
+ * The taint tracking library (` semmle.code.cpp.dataflow.TaintTracking ` ) has had
39
+ the following improvements:
41
40
* The library now models data flow through ` strdup ` and similar functions.
42
41
You can’t perform that action at this time.
0 commit comments