mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +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.