diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt index 4c1330d07b..0a952fafb1 100644 --- a/Changelog-SVN.txt +++ b/Changelog-SVN.txt @@ -2,6 +2,8 @@ Date Added 03/31 + * fixed memory corruption in mapif_guild_info:int_guild.c + [SVN 1367: MouseJstr] * Fixed common/lock.c (problem with unistd.h include) [Codemaster] * Added father/mother/child fields to mmo_char_tostr() and mmo_char_fromstr() [veider] diff --git a/src/char/int_guild.c b/src/char/int_guild.c index 95f0cf099b..9268d93398 100644 --- a/src/char/int_guild.c +++ b/src/char/int_guild.c @@ -731,7 +731,7 @@ int mapif_guild_noinfo(int fd, int guild_id) { // ギルド情報まとめ送り int mapif_guild_info(int fd, struct guild *g) { - unsigned char buf[2048]; + unsigned char buf[16384]; WBUFW(buf,0) = 0x3831; memcpy(buf + 4, g, sizeof(struct guild)); diff --git a/vcproj/char-server_sql.vcproj b/vcproj/char-server_sql.vcproj index 3a0d6e6009..f2ba8781dc 100644 --- a/vcproj/char-server_sql.vcproj +++ b/vcproj/char-server_sql.vcproj @@ -69,9 +69,10 @@ CharacterSet="2"> @@ -79,6 +80,8 @@ Name="VCCustomBuildTool"/> @@ -78,6 +80,7 @@ Name="VCCustomBuildTool"/> @@ -79,7 +80,8 @@ Name="VCCustomBuildTool"/> @@ -78,7 +79,8 @@ Name="VCCustomBuildTool"/> @@ -80,6 +81,8 @@ Name="VCCustomBuildTool"/>