diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-10-24 21:18:15 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-10-24 21:18:15 +0000 |
commit | 7c8415b104a7350f0ae76f73dcbd47c8f8f11224 (patch) | |
tree | 8fa77959af3903a19165cd7714ec5d64c5569e4e /Changelog-Trunk.txt | |
parent | 7dac36b1e8a4d645f8d08b9a52e7e7fdc22d5d12 (diff) | |
download | hercules-7c8415b104a7350f0ae76f73dcbd47c8f8f11224.tar.gz hercules-7c8415b104a7350f0ae76f73dcbd47c8f8f11224.tar.bz2 hercules-7c8415b104a7350f0ae76f73dcbd47c8f8f11224.tar.xz hercules-7c8415b104a7350f0ae76f73dcbd47c8f8f11224.zip |
Added protection from segfault by int overflow in atcommand heal. (bugreport:1886)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13321 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 b4d822279..eeaf1317e 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. 2008/10/24 + * Added protection from segfault by int overflow in atcommand heal. (bugreport:1886) [Paradox924X] * Commented out unused function clif_marriage_process. [Paradox924X] 2008/10/21 * Added a check to make sure a player wasn't in a guild when they accepted a guild invitation. [Paradox924X] |