mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
14 lines
589 B
Markdown
14 lines
589 B
Markdown
## 0.12.0
|
|
|
|
### Breaking Changes
|
|
|
|
* The expressions `AssignPointerAddExpr` and `AssignPointerSubExpr` are no longer subtypes of `AssignBitwiseOperation`.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* The "Returning stack-allocated memory" (`cpp/return-stack-allocated-memory`) query now also detects returning stack-allocated memory allocated by calls to `alloca`, `strdupa`, and `strndupa`.
|
|
* Added models for `strlcpy` and `strlcat`.
|
|
* Added models for the `sprintf` variants from the `StrSafe.h` header.
|
|
* Added SQL API models for `ODBC`.
|
|
* Added taint models for `realloc` and related functions.
|