summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2010-12-09 16:53:40 +0000
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-12-11 12:23:47 +0000
commit7f36d675a458b3cf823c977e2cc4b47a6e6c8d4a (patch)
treeb521ae16c1489fea1f94ad0c10cde559fb315785 /doc
parent13eb9497df3c4149ea8cc3d95410f3232d6337da (diff)
Add Valgrind hooks for memory pools
It's useful to tell Valgrind when memory is undefined because it's been freed by store_reset(), and when it's not supposed to be accessed because although it's been allocated for the store it hasn't actually been given out by store_get() yet.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 630c1902a..ccc5d79ad 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -71,6 +71,9 @@ PP/20 Added a CONTRIBUTING file. Fixed the documentation build to use http:
XSL and documented dependency on system catalogs, with examples of how
it normally works.
+DW/21 Added Valgrind hooks in store.c to help it capture out-of-bounds store
+ access.
+
Exim version 4.72
-----------------