mpope9 / exor_filter

Erlang nif for xor_filter. 'Faster and Smaller Than Bloom and Cuckoo Filters'.
Apache License 2.0
31 stars 3 forks source link

Memory leak when a bad uint64 is passed. #1

Closed mpope9 closed 4 years ago

mpope9 commented 4 years ago

The allocated array isn't freed on this line https://github.com/mpope9/exor_filter/blob/master/c_src/xor_filter_nif.c#L139 (and the xor16 version). Will fix this at the next available moment.

mpope9 commented 4 years ago

This has been fixed.