Files
codeql/cpp/ql/lib/change-notes/2024-09-03-realloc-data-flow.md
Simon Friis Vindum 75643043bc Update change note for realloc
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
2024-09-04 07:38:49 +02:00

265 B

category
category
minorAnalysis
  • 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.