Login Page - Create Account

Support Board


Date/Time: Fri, 08 May 2026 13:18:23 +0000



Post From: Stack corruption exception - s_ACSTrade

[2026-03-23 10:53:34]
User907968 - Posts: 871
The build version is 2669.

In both versions tested (2888 and 2891) GetTradeListEntry appears to be writing 16 bytes past the end of s_ACSTrade.
Testing with debug build shows 16 bytes of stack guard (0xCC) immediately after s_ACSTrade being overwritten with zeros after GetTradeListEntry returns.
As 16 bytes corresponds to 2 x uint64, you can see why I might conclude that the new variables were being added to the s_ACSTrade structure.