diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-22 09:37:47 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-22 09:37:47 +0000 |
commit | 7928947b09b3e7b7f317379d16f9b47299d26cee (patch) | |
tree | f11a38cba1034265f427273cbf6196b948bb8a46 /Changelog-Trunk.txt | |
parent | e5b1b4c350134f4304a9d3b4858f99ecf235b31f (diff) | |
download | hercules-7928947b09b3e7b7f317379d16f9b47299d26cee.tar.gz hercules-7928947b09b3e7b7f317379d16f9b47299d26cee.tar.bz2 hercules-7928947b09b3e7b7f317379d16f9b47299d26cee.tar.xz hercules-7928947b09b3e7b7f317379d16f9b47299d26cee.zip |
* Changed val4 of SC_BLADESTOP from a block_list pointer to an id. (64bit portability issue and potential dangling pointer crash)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13471 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index b29d1fc9d..0d1d1fb1e 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,8 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2009/01/22 + * Changed val4 of SC_BLADESTOP from a block_list pointer to an id. [FlavioJS] 2009/01/21 * Added a limit of 1MB of pending data in the write fifo for non-server sockets. Connections that go over the limit are closed. |