summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorstefw <stefw@localhost>2009-04-02 03:30:11 +0000
committerstefw <stefw@localhost>2009-04-02 03:30:11 +0000
commit22630c40c2861a9fed3db07430ee7d7a56c06ab4 (patch)
treeb63f7cd2d84d00d21336739b6a2a0d32387c7b5c /ChangeLog
parentaf0a2846fa83c7b07b843aea12ec194c4eb30860 (diff)
downloadgnome-keyring-22630c40c2861a9fed3db07430ee7d7a56c06ab4.tar.gz
Put in a semi-random test excercising 1000 iterations of allocation,
reallocation, freeing. Validates between each step. svn path=/trunk/; revision=1709
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c8248f5..0ae3f85b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,11 @@
* egg/egg-secure-memory.c: Fix problem where freed memory
is not inserted into the unused ring properly. This caused
enless loops. Should fix bug #575247
+
+ * egg/egg-secure-memory.c:
+ * egg/tests/unit-test-secmem.c: Put in a semi-random test
+ excercising 1000 iterations of allocation, reallocation,
+ freeing. Validates between each step.
2009-03-20 Stef Walter <stef@memberwebs.com>