mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 21:33:59 +02:00
- updated code to protect against null pointers and uninitialized values and threading issues
This commit is contained in:
@@ -202,7 +202,7 @@ LOCAL int ftpCmdSyst(int sessionId, const char* args, int len)
|
||||
LOCAL int ftpCmdPort(int sessionId, const char* args, int len)
|
||||
{
|
||||
char clientIp[16];
|
||||
uint16_t clientPort;
|
||||
uint16_t clientPort=0;
|
||||
|
||||
int commaCnt = 0;
|
||||
int n;
|
||||
|
Reference in New Issue
Block a user