Update change note for realloc

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Simon Friis Vindum
2024-09-04 07:38:49 +02:00
committed by GitHub
parent d5948d2d95
commit 75643043bc

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* Added a data-flow model for `realloc` and related functions. Previously they was modeled as a taint functions. This improves the precision of queries using data-flow or taint-tracking when `realloc` is involved.
* Added a data flow model for `realloc`-like functions, which were previously modeled as a taint tracking functions. This change improves the precision of queries where flow through `realloc`-like functions might affect the results.