diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-06-07 18:14:51 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-06-07 18:14:51 +0200 |
commit | f106424da2ae2f7f4ac50343282fb78d04ecad0a (patch) | |
tree | 6ba131fa15b07be5497ebfb42d4fc4f954e2859e | |
parent | 616cfbe9408438cb65b9be195a793de1477194b2 (diff) | |
download | gnutls-f106424da2ae2f7f4ac50343282fb78d04ecad0a.tar.gz |
Add.
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |