1. Jul 09, 2021
    • Igor Chorążewicz's avatar
      radix_tree: fix upper_bound regression · 63009805
      Igor Chorążewicz authored
      If the tree contains only a single element smaller than the
      looked-for key, radix_tree tried to call make_iterator on nullptr.
      
      This resulted in segfaults in pmemkv tests.
      
      Bug found with the help of UBSAN.
      63009805
  2. Jul 08, 2021
  3. Jul 07, 2021
  4. Jul 06, 2021
  5. Jul 05, 2021