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=8b6b44f1bffbdae98d8791434bf5e77da74acbb4 The branch, master has been updated via 8b6b44f1bffbdae98d8791434bf5e77da74acbb4 (commit) from 570e68886c41c2e765e6218cb317d9a9a447a041 (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 8b6b44f1bffbdae98d8791434bf5e77da74acbb4 Author: Simon Josefsson <[email protected]> Date: Mon Aug 10 10:32:23 2015 +0200 Doc. ----------------------------------------------------------------------- Summary of changes: NEWS | 3 +++ THANKS | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index c836cef..ff7a34b 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ See the end for copying conditions. * Version 1.33 (unreleased) [beta] +** idn: Solve out-of-bounds-read by replacing fgets with getline. +Reported by Hanno Böck <[email protected]>. + ** Dropped valgrind suppressions file, should no longer be needed. ** API and ABI is backwards compatible with the previous version. diff --git a/THANKS b/THANKS index 41d5be2..dae37f8 100644 --- a/THANKS +++ b/THANKS @@ -109,6 +109,7 @@ Thijs Alkemade <[email protected]> Nikos Mavrogiannopoulos <[email protected]> Gustavo Grieco <[email protected]> Adam Sampson <[email protected]> +Hanno Böck <[email protected]> ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, hooks/post-receive -- GNU libidn
_______________________________________________ Libidn-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/libidn-commit
