summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-02 06:37:53 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-02 06:37:53 +0000
commit59f80abe10426518e77c83c53fd8a10c429e0fd3 (patch)
treeab457f52c3da600b0e32028ed60b7b58ec92b807 /Changelog-Trunk.txt
parent4baefa57dd67b83036c0034ae03bc050ff577384 (diff)
downloadhercules-59f80abe10426518e77c83c53fd8a10c429e0fd3.tar.gz
hercules-59f80abe10426518e77c83c53fd8a10c429e0fd3.tar.bz2
hercules-59f80abe10426518e77c83c53fd8a10c429e0fd3.tar.xz
hercules-59f80abe10426518e77c83c53fd8a10c429e0fd3.zip
* Restricted global messages to 255 characters (client shows only ~80 anyway, wanted to use 127 but frost joke's lines are longer than that ...)
- prevented using a ~22+kB long message to crash everyone on screen - prevented faking the message length to cause an out-of-bounds access crash - removed the unneccessary 'buf'ffer (inspiration from jAthena) - Ref: http://www.eathena.ws/board/index.php?showtopic=137770 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9774 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 177b20955..e2c7133da 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,8 +4,14 @@ 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.
2007/02/01
+ * Restricted global messages to 255 characters (client shows only ~80 anyway,
+ wanted to use 127 but frost joke's lines are longer than that ...)
+ - prevented using a ~22+kB long message to crash everyone on screen
+ - prevented faking the message length to cause an out-of-bounds access crash
+ - removed the unneccessary 'buf'ffer (inspiration from jAthena)
+ - Ref: http://www.eathena.ws/board/index.php?showtopic=137770
* Corrected the chat system to allow 8-letter passwords
- * Minor details (pdb file location, improved debug, npc typo)
+ * Minor details (pdb file location, improved debug, npc typo) [ultramage]
* Cleaned up the npcshop(add/del)item script commands, fixed a possible
dangling pointer crash caused by their improper use of realloc. They no
longer automatically attach the script to the shop, and they will return