summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-01-16 10:40:04 +0000
committerSimon Josefsson <simon@josefsson.org>2005-01-16 10:40:04 +0000
commit378dfe297de77e276aae33440d181d5b73888540 (patch)
treec21d638e9489feb637040b2a1ed4708aae033de2
parenta0ebfb677eb901c8e0647e9f8b943cc7747c5e02 (diff)
downloadgnutls-378dfe297de77e276aae33440d181d5b73888540.tar.gz
Fix.
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 24e5fb8be7..bd14f7bbfa 100644
--- a/NEWS
+++ b/NEWS
@@ -15,9 +15,10 @@ See the end for copying conditions.
- Corrected several bugs found by Marcin Garski <mgarski@post.pl>
- The functions gnutls_x509_crl_get_issuer_dn, gnutls_x509_crq_get_dn,
gnutls_x509_crt_get_issuer_dn, gnutls_x509_crt_get_dn, and
- gnutls_x509_rdn_get now set *sizeof_buf to the string length instead
- of the buffer length (i.e., +1), reported by Martin Lambers
- <marlam@web.de>.
+ gnutls_x509_rdn_get now set *sizeof_buf to the buffer length that is
+ required, instead of the string length. That is, the value has been
+ incremented by 1 to account for the terminating zero. Reported by
+ Martin Lambers <marlam@web.de>.
- Debug output shouldn't crash on platforms that doesn't handle NULL
printf %s values. Reported by Michael.Ringe@aachen.utimaco.de.