mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02: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.