diff options
author | Jack Lloyd <[email protected]> | 2015-12-31 11:14:50 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-12-31 11:14:50 -0500 |
commit | 75e60b8fdbce20c5a82cd09c741b0cad5c25547b (patch) | |
tree | 2677fe47c7db57c49f92d9dcbb6d82125299bd1a /doc/news.rst | |
parent | d4915aa4cd9c11879780267413f2980d0014240e (diff) |
Add missing assignment in DataSource::discard_next
Reported on the mailing list by Falko
Diffstat (limited to 'doc/news.rst')
-rw-r--r-- | doc/news.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst index e340033c4..9ddca58bd 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -34,6 +34,10 @@ Version 1.11.26, Not Yet Released * Add support for RSA-KEM from ISO 18033-2 +* Fix a bug in DataSource::discard_next() which could cause either an + infinite loop or the discarding of an incorrect number of bytes. + Reported on mailing list by Falko Strenzke. + * Avoid calling memcpy, memset, or memmove with a length of zero to avoid undefined behavior, as calling these functions with an invalid or null pointer, even with a length of zero, is invalid. Often there |