mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
265 B
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 throughrealloc-like functions might affect the results.