mirror of
https://github.com/github/codeql.git
synced 2026-07-20 02:38:23 +02:00
This yields more precise size information in a lot of the common cases of C allocation code, as the common pattern malloc(count * sizeof(type)) is now understood.