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 e683f61 commit 34b790dCopy full SHA for 34b790d
1 file changed
change-notes/1.24/analysis-cpp.md
@@ -42,6 +42,7 @@ The following changes in version 1.24 affect C/C++ analysis in all applications.
42
* The `LocalScopeVariableReachability` library is deprecated in favor of
43
`StackVariableReachability`. The functionality is the same.
44
* The models library models `strlen` in more detail, and includes common variations such as `wcslen`.
45
+* The models library models `gets` and `fgets`.
46
* The taint tracking library (`semmle.code.cpp.dataflow.TaintTracking`) has had
47
the following improvements:
48
* The library now models data flow through `strdup` and similar functions.
0 commit comments