Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix stack-overflow in
demo_extract_chat
tool
Don't store `CSnapshotDelta` object on the stack, as it's currently 524560 bytes large. See ddnet#9234, which almost doubled the size of `CSnapshotDelta` due to the type being changed from `int` to `uint64_t`.
- Loading branch information