diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-01-01 12:24:38 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-01-01 12:26:37 +0100 |
commit | 40ea6d9515d7436cfadb85d21cdf5a6539698759 (patch) | |
tree | f813e21f3ae934cb403e6822ba02b5cc6d8e98a2 /NEWS | |
parent | d5a6c73d9e02d0745a456f5a5eb121e03051b349 (diff) | |
download | libtasn1-40ea6d9515d7436cfadb85d21cdf5a6539698759.tar.gz libtasn1-40ea6d9515d7436cfadb85d21cdf5a6539698759.tar.bz2 libtasn1-40ea6d9515d7436cfadb85d21cdf5a6539698759.zip |
More precise overflow checks using gnulib's intprops module.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ GNU Libtasn1 NEWS -*- outline -*- +* Noteworthy changes in release 3.3 (unreleased) [stable] +- More precise overflow checks using gnulib's intprops module. + * Noteworthy changes in release 3.2 (released 2012-11-30) [stable] - Corrected buffer overflow in the error reporting of the parser (reported by Andreas Metzler). |