summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-04-09 01:39:46 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-04-09 01:39:46 +0000
commit0a8ee210f51d5871e2e0a9eb2af97aae7d755c63 (patch)
tree7177f2bb3b9887fe08f30231ad361868aa1c62b4 /Changelog-Trunk.txt
parentfce3dab3045f8b7a9a79bd2957c0b3c7813d3d2f (diff)
downloadhercules-0a8ee210f51d5871e2e0a9eb2af97aae7d755c63.tar.gz
hercules-0a8ee210f51d5871e2e0a9eb2af97aae7d755c63.tar.bz2
hercules-0a8ee210f51d5871e2e0a9eb2af97aae7d755c63.tar.xz
hercules-0a8ee210f51d5871e2e0a9eb2af97aae7d755c63.zip
* Fixed memory corruption when amount of players online approached FD_SETSIZE (topic:262388, bugreport:4856, since r11897).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14781 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 045a7f646..436dc6d16 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2011/04/08
+ * Fixed memory corruption when amount of players online approached FD_SETSIZE (topic:262388, bugreport:4856, since 11897). [Ai4rei]
* Fixed a compile error when socket send shortlists are disabled (s->eof instead of s->flag.eof) (follow up to r11930). [Ai4rei]
2011/04/07
* Fixed monster skill associated emotions were always ignored when having less than three digits ( = all ) (bugreport:4842). [Ai4rei]