diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-17 17:27:19 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-17 17:27:19 +0000 |
commit | db5dbe795d5485977aa7522f2000f0fe2cda0a29 (patch) | |
tree | 0f2452b073a96e9225f23899ca9b0d394488aea5 /Changelog-Trunk.txt | |
parent | dce529d5b1443eb0215589c61dcd834a6e2f802d (diff) | |
download | hercules-db5dbe795d5485977aa7522f2000f0fe2cda0a29.tar.gz hercules-db5dbe795d5485977aa7522f2000f0fe2cda0a29.tar.bz2 hercules-db5dbe795d5485977aa7522f2000f0fe2cda0a29.tar.xz hercules-db5dbe795d5485977aa7522f2000f0fe2cda0a29.zip |
* Fixed potential hack by modifying packet of whispers.
modified Changelog-Trunk.txt
modified src/map/clif.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9249 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 432eece5f..ab0b9b5b3 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/11/17
+ * Fixed potential hack by modifying packet of whispers. [Lance]
* Fixed potential crash in IRC processing message with '%' using *printf. [Lance]
* Fixed memory leaking caused by homun_data not freed when removed. [Lance]
* Fixed client not validating the chat-kick-request packet, which can cause
|