summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-01-16 17:08:36 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-01-16 17:08:36 +0100
commite4c1c468fe373fbafc9c0cde04dc58267e47abb3 (patch)
tree7cf446f3e503b3182e3e79868985003877e85c1e
parentb3f7ecac48fb3b31f3340a745a4a5cfe947ecd82 (diff)
downloadlibtasn1-e4c1c468fe373fbafc9c0cde04dc58267e47abb3.tar.gz
doc update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8377d96..57d7e7b 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ GNU Libtasn1 NEWS -*- outline -*-
* Noteworthy changes in release 4.10 (unreleased) [stable]
- Updated gnulib
- Removed -Werror from default compiler flags
+- Fixed undefined behavior when negating integers in _asn1_ltostr()
+- Pass the correct length to _asn1_get_indefinite_length_string in
+ asn1_get_length_ber. This addresses reading 1-byte past the end
+ of data.
* Noteworthy changes in release 4.9 (released 2016-07-25) [stable]
- Fixes to OID encoding of OIDs which have elements which exceed 2^32