From f462e565118d62e05a4c3c2318b0fcbc3d7bbf5b Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 17 Mar 2016 13:08:16 +0300 Subject: [PATCH] Changelog --- change.log | 2 ++ thanks | 1 + 2 files changed, 3 insertions(+) diff --git a/change.log b/change.log index e55f2fcf..44c45445 100644 --- a/change.log +++ b/change.log @@ -9,6 +9,8 @@ to an incorrect key that breaks the set logic. - Fixed: bug in FeldmanHashSet::erase_at( iterator ): due an error in precondition checking the function can incorrectly return false. + - Fixed: possible double-free case in flat combining algorithm. + Thanks to Amila Jayasekara who points me to this problem 2.1.0 06.01.2016 General release diff --git a/thanks b/thanks index d97ac558..f90cd1b1 100644 --- a/thanks +++ b/thanks @@ -1,6 +1,7 @@ Many thanks to the contributors who feedbacks the errors and propositions for libcds. In alphabetical order: +Amila Jayasekara blinkenlichten (https://github.com/blinkenlichten) Eugeny Kalishenko (https://github.com/eugenyk) Jelle van den Hooff -- 2.34.1