From 59f80abe10426518e77c83c53fd8a10c429e0fd3 Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 2 Feb 2007 06:37:53 +0000 Subject: * 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 --- Changelog-Trunk.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Changelog-Trunk.txt') 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 -- cgit v1.2.3-60-g2f50