diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-01 20:57:47 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-01 20:57:47 +0000 |
commit | 1b968f83d51a3247e5ee528e77fb16942546141f (patch) | |
tree | eb5a0b0e11ef7a406aaf6a426f4d56fc9956c731 /Changelog-Trunk.txt | |
parent | 8deb4dfef1f3a6b81a93af20eccc7026b308dcc0 (diff) | |
download | hercules-1b968f83d51a3247e5ee528e77fb16942546141f.tar.gz hercules-1b968f83d51a3247e5ee528e77fb16942546141f.tar.bz2 hercules-1b968f83d51a3247e5ee528e77fb16942546141f.tar.xz hercules-1b968f83d51a3247e5ee528e77fb16942546141f.zip |
* Fixed using main chat nick longer than 15 characters would cause a buffer overflow (bugreport:2671, since r5013).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14537 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 097077d88..292fd6fb4 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2010/12/01 + * Fixed using main chat nick longer than 15 characters would cause a buffer overflow (bugreport:2671, since r5013). [Ai4rei] * Fixed bAutoSpellOnSkill bonuses could not be chained (bugreport:4421, since r13596). [Ai4rei] * Fixed NPC_TALK message being displayed with EOL character attached (bugreport:4596, since r14270). [Ai4rei] * Reverted change from r14533 and restored the 3rd field of mob_avail.txt being optional (bugreport:4599, since r14532). [Ai4rei] |