mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
This introduces a new type of `MemoryLocation`: `EntireAllocationMemoryLocation`, representing an entire contiguous allocation whose size is not known. This is used to model the memory accesses on `InitializeIndirection` and `ReturnIndirection`.