This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU libidn".
http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=9a293117a8ccca67360ba2427068ba1928b32e4b The branch, master has been updated via 9a293117a8ccca67360ba2427068ba1928b32e4b (commit) from 5e3cb9c7b5bf0ce665b9d68f5ddf095af5c9ba60 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9a293117a8ccca67360ba2427068ba1928b32e4b Author: Simon Josefsson <[email protected]> Date: Thu Jan 14 15:02:38 2016 +0100 Doc fix. ----------------------------------------------------------------------- Summary of changes: NEWS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index f55ea6a..5fa080c 100644 --- a/NEWS +++ b/NEWS @@ -8,12 +8,12 @@ See the end for copying conditions. See tests/tst_toascii64oob.c for regression check (and the comment in it how to use it). Reported by Hanno Böck <[email protected]>. -** idn: Solve out-of-bounds-read by replacing fgets with getline. -Reported by Hanno Böck <[email protected]>. +** idn: Solve out-of-bounds-read when reading one zero byte as input. +Also replaced fgets with getline. Reported by Hanno Böck <[email protected]>. ** libidn: stringprep_utf8_nfkc_normalize reject invalid UTF-8. It was always documented to only accept UTF-8 data, but now it doesn't -crash when presented with such data. +crash when presented with such data. Reported by Hanno Böck. ** Dropped valgrind suppressions file, should no longer be needed. hooks/post-receive -- GNU libidn
_______________________________________________ Libidn-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/libidn-commit
