1
0

Linux fixes, but while it compiles, when a user joins it crashes the server with "*** glibc detected *** ./MCServer: double free or corruption (out): 0x00007fb5f5158db0 ***"

Please look into this. Also, am I the only one compiling/using Linux?

git-svn-id: http://mc-server.googlecode.com/svn/trunk@198 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
mtilden@gmail.com
2012-01-31 05:37:59 +00:00
parent c142424571
commit 16f92b2901
4 changed files with 10 additions and 6 deletions

View File

@@ -37,6 +37,7 @@
#ifndef _WIN32
#include <cstring>
#include <sys/time.h>
#define SD_SEND 0x01
#else
#define MSG_NOSIGNAL (0)
#endif