summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-13 21:42:38 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-13 21:42:38 +0000
commitbfa67f78d332251d58a99f1c497db035f4de8cd2 (patch)
tree0c0385209b785a1e8fefbdbf1b8e85d4a0ab75db /Changelog-Trunk.txt
parent1f288f1fa53f75bdba601050cd8c0c82f91cf75e (diff)
downloadhercules-bfa67f78d332251d58a99f1c497db035f4de8cd2.tar.gz
hercules-bfa67f78d332251d58a99f1c497db035f4de8cd2.tar.bz2
hercules-bfa67f78d332251d58a99f1c497db035f4de8cd2.tar.xz
hercules-bfa67f78d332251d58a99f1c497db035f4de8cd2.zip
* Fixed possible segmentation faults in the script engine.
- some strings that can be freed outside the script engine were being pushed into the stack as constant strings git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11901 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index f200e09a1..97575132c 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,9 @@ 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/12/13
+ * Fixed possible segmentation faults in the script engine.
+ - some strings that can be freed outside the script engine were being
+ pushed into the stack as constant strings
* Disabled ers until recent crashes are fixed.
- ers entries are being corrupted, probably by modifying them after they
are released or by releasing something else