From f87f36b82dbf7f907555fed2fdd8efab8f869ea6 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Sun, 16 Oct 2011 06:26:40 +0000 Subject: * Fixed public/guild chat message packets sending strings without zero-termination causing recent clients to display trailing junk on such messages (bugreport:5068). - Changed memcpy to safestrncpy in message packets where overlong messages are truncated (thus loose zero-termination). - Replaced dynamic allocation in clif_guild_message with buffer from stack. - Fixed clif_disp_message not checking whether the message fits into provided buffer. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14975 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Changelog-Trunk.txt') diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 4fbb1343d..15f477deb 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,10 @@ Date Added +2011/10/16 + * Fixed public/guild chat message packets sending strings without zero-termination causing recent clients to display trailing junk on such messages (bugreport:5068). [Ai4rei] + - Changed memcpy to safestrncpy in message packets where overlong messages are truncated (thus loose zero-termination). + - Replaced dynamic allocation in clif_guild_message with buffer from stack. + - Fixed clif_disp_message not checking whether the message fits into provided buffer. 2011/10/15 * Some readme clean-ups (related r14711). [Ai4rei] - Normalized whitespace and made the html files validate properly. -- cgit v1.2.3-60-g2f50