summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/ChangeLog')
-rw-r--r--testsuites/libtests/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 41686e9fdc..e1d637d88c 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,5 +1,12 @@
2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com>
+ * Makefile.am, configure.ac: Added test that attempts to free stack
+ memory. This causes a error to be printed from the free function.
+ * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
+ malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
+
+2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com>
+
* malloctest/init.c: Added error case with malloc of size 0.
2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com>