mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
1f39ed42e6
Before this commit, if the DLA was detecting stack sizes that were smaller than expected by the Model, the size of struct recovered by the DLA was edited in-place, enlarging it an possibly leading to a malformed Model. This commit fixes the problem: - the size of the stack struct recovered by DLA is not changed - the fields of the stack struct recovered by DLA are copied inside inside the Model in the struct representing the stack