tzaeschke / phtree-cpp

PH-Tree C++ implementation
Apache License 2.0
29 stars 9 forks source link

multimap relocate() fails asan #116

Closed tzaeschke closed 1 year ago

tzaeschke commented 1 year ago

The multimap relocate() function accesses previously freed up memory.

codecov-commenter commented 1 year ago

Codecov Report

Merging #116 (cc35ab6) into main (59e2ab2) will decrease coverage by 0.15%. The diff coverage is 42.85%.

@@            Coverage Diff             @@
##             main     #116      +/-   ##
==========================================
- Coverage   98.56%   98.41%   -0.16%     
==========================================
  Files          25       25              
  Lines        1955     1958       +3     
==========================================
  Hits         1927     1927              
- Misses         28       31       +3     
Impacted Files Coverage Δ
include/phtree/common/b_plus_tree_base.h 91.70% <33.33%> (-1.16%) :arrow_down:
include/phtree/v16/phtree_v16.h 99.50% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.