1. Jul 22, 2021
  2. Jul 21, 2021
  3. Jul 20, 2021
  4. Jul 19, 2021
  5. Jul 16, 2021
  6. Jul 14, 2021
  7. Jul 13, 2021
  8. Jul 12, 2021
  9. Jul 10, 2021
  10. 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