summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorstefw <stefw@localhost>2009-04-02 03:29:59 +0000
committerstefw <stefw@localhost>2009-04-02 03:29:59 +0000
commit3006b0e48c276cecc32728f5ebfa525959a9078e (patch)
treed6397c7935e7683063ec4c5bca142a54d2617414 /ChangeLog
parent2e8352d203eceebb2b44917b6ddcfc1e26a52002 (diff)
Add validator which walks the secure memory heap and checks for inconsistencies.
svn path=/trunk/; revision=1707
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e3a60d6..ff7c5130 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* egg/egg-secure-memory.c: Fix assertion that occurs when
shrinking block of secure memory and then expanding again.
+
+ * egg/egg-secure-memory.c:
+ * egg/egg-secure-memory.h: Add validator which walks the
+ secure memory heap and checks for inconsistencies.
2009-03-20 Stef Walter <stef@memberwebs.com>