Skip to content

Commit f4aba14

Browse files
committed
CPP: Change note.
1 parent ef47563 commit f4aba14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

change-notes/1.24/analysis-cpp.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,8 @@ The following changes in version 1.24 affect C/C++ analysis in all applications.
3535
about the _name or scope_ of variables should remain unchanged.
3636
* The `LocalScopeVariableReachability` library is deprecated in favor of
3737
`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.
41+
* The library now models data flow through `strdup` and similar functions.
42+

0 commit comments

Comments
 (0)