MantisBT - Liberty Unleashed
View Issue Details
0000104Liberty UnleashedCrashpublic2016-06-04 14:342016-06-04 14:35
VRocker 
VRocker 
normalminoralways
resolvedfixed 
 
 
0000104: Crash when pressing tab with an empty chatbox
A heap corruption occurs if tab is pressed with an empty chatbox
Launch the game
Press T
Press Tab

- Boom, heap corruption
No tags attached.
Issue History
2016-06-04 14:34VRockerNew Issue
2016-06-04 14:34VRockerStatusnew => assigned
2016-06-04 14:34VRockerAssigned To => VRocker
2016-06-04 14:35VRockerNote Added: 0000108
2016-06-04 14:35VRockerStatusassigned => resolved
2016-06-04 14:35VRockerResolutionopen => fixed

Notes
(0000108)
VRocker   
2016-06-04 14:35   
A function which allocated memory to hold nicknames didn't allocate enough to hold the null terminator, resulting in free() freeing as much memory as it felt like.
Noob mistake.