C++: Add change-note note for realloc as data-flow function

This commit is contained in:
Simon Friis Vindum
2024-09-03 16:15:05 +02:00
parent 037912fd2d
commit d5948d2d95

View File

@@ -0,0 +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.