Skip to content

Commit 97c3462

Browse files
committed
CPP: Change note.
1 parent fcea369 commit 97c3462

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

change-notes/1.24/analysis-cpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ 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 models library models `strlen` in more detail, and includes common variations such as `wcslen`.
3839
* The taint tracking library (`semmle.code.cpp.dataflow.TaintTracking`) has had
3940
the following improvements:
4041
* The library now models data flow through `strdup` and similar functions.

0 commit comments

Comments
 (0)