We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c0bf4 commit c482686Copy full SHA for c482686
1 file changed
include/binaryfusefilter.h
@@ -315,7 +315,6 @@ static inline bool binary_fuse8_populate(uint64_t *keys, uint32_t size,
315
if (loop + 1 > XOR_MAX_ITERATIONS) {
316
// The probability of this happening is lower than the
317
// the cosmic-ray probability (i.e., a cosmic ray corrupts your system)
318
- memset(filter->Fingerprints, 0xFF, filter->ArrayLength);
319
free(alone);
320
free(t2count);
321
free(reverseH);
0 commit comments