mirror of
https://github.com/anope/anope.git
synced 2026-07-10 16:23:13 +02:00
BUILD : 1.7.14 (1046) BUGS : NOTES : We were walking memory in moduleGetConfigDirecte with an allocated pointer, and free-ing it later when it was past the allocatrd space... We now store the original pointer so we can free it correctly :)
git-svn-id: svn://svn.anope.org/anope/trunk@1046 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@770 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
f1d0119044
commit
d4674e1e67
+5
-1
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="14"
|
||||
VERSION_EXTRA=""
|
||||
VERSION_BUILD="1045"
|
||||
VERSION_BUILD="1046"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.14 (1046)
|
||||
# BUGS :
|
||||
# NOTES : We were walking memory in moduleGetConfigDirecte with an allocated pointer, and free-ing it later when it was past the allocatrd space... We now store the original pointer so we can free it correctly :)
|
||||
#
|
||||
# BUILD : 1.7.14 (1045)
|
||||
# BUGS :
|
||||
# NOTES : Fixed ano_modclearerr() - it was not POSIX-compliant
|
||||
|
||||
Reference in New Issue
Block a user