summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-06-07 18:14:51 +0200
committerSimon Josefsson <simon@josefsson.org>2008-06-07 18:14:51 +0200
commitf106424da2ae2f7f4ac50343282fb78d04ecad0a (patch)
tree6ba131fa15b07be5497ebfb42d4fc4f954e2859e
parent616cfbe9408438cb65b9be195a793de1477194b2 (diff)
downloadgnutls-f106424da2ae2f7f4ac50343282fb78d04ecad0a.tar.gz
Add.
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2cf7b4fcc3..5dffbc7bb6 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,12 @@ follows: valgrind --suppressions=libgcrypt.supp ./x509self
** tests/: Reduce amount of debugging output by default.
Use --verbose for each test to get the full output.
+** tests/: Fix memory leaks in several self-tests.
+None of the self tests should be leaking memory when running valgrind
+or similar tools. (Known exceptions are dhepskself, pskself, and
+set_pkcs12_cred, which appear likely to be due to memory leaks in the
+library.)
+
** API and ABI modifications:
No changes since last version.