From: khizmax Date: Thu, 17 Mar 2016 10:08:16 +0000 (+0300) Subject: Changelog X-Git-Tag: v2.2.0~343 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=f462e565118d62e05a4c3c2318b0fcbc3d7bbf5b Changelog --- 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