Server changing variables randomly (memory bug?)
#3

Variables being overwritten is nearly always caused by a stack or buffer overflow; putting more things on the stack than it has room to store, or somehow storing a larger string in a variable than its capacity allows.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)