swift
696d5c56 - SIL: fix a memory corruption bug in AllocStackInst

Commit
2 years ago
SIL: fix a memory corruption bug in AllocStackInst The `numOperands` field needs to be set before any trailing objects are initialized. Otherwise they are initialized at the wrong address.
Author
Parents
Loading