summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-09-26 08:22:24 +0000
committerSimon Josefsson <simon@josefsson.org>2006-09-26 08:22:24 +0000
commitee2412226e06993fa181cff746a2f4f1b431a5f1 (patch)
treeedc77867edef57dba6f614e57b3ed56e7d6f8020
parentc264185490184895dd8c3a3a2e35da759f83e2b1 (diff)
downloadgnutls-ee2412226e06993fa181cff746a2f4f1b431a5f1.tar.gz
Add.
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 45961e85d7..321fd7a06e 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,11 @@ shared library version than this version, so you'll have to remove
them and possibly relink your applications. Reported by Andreas
Metzler <ametzler@downhill.at.eu.org>.
+** Fix off-by-one error when computing length to malloc.
+The code is used by gnutls_openpgp_add_keyring_file and
+gnutls_openpgp_add_keyring_mem. Reported by "Adam Langley"
+<agl@imperialviolet.org>.
+
** Add version script for the GnuTLS C++ library.
Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.