Merge remote-tracking branch 'upstream/main' into SimpleRangeAnalysis-mul-constant

This commit is contained in:
Jonas Jensen
2020-08-20 08:20:31 +02:00
23 changed files with 598 additions and 53 deletions

View File

@@ -19,6 +19,6 @@ The following changes in version 1.26 affect C/C++ analysis in all applications.
## Changes to libraries
* The models library now models more taint flows through `std::string`.
* The models library now models many more taint flows through `std::string`.
* The `SimpleRangeAnalysis` library now supports multiplications of the form
`e1 * e2` and `x *= e2` when `e1` and `e2` are unsigned or constant.