Skip to content

gvdb-builder: Initialise some memory to zero in the bloom filter

Philip Withnall requested to merge pwithnall/gvdb:2-uninitialised-memory into master

Until a bloom filter is implemented, we need to ensure that all the memory returned by file_builder_allocate() is initialised, since it’s not initialised at allocation time.

Signed-off-by: Philip Withnall withnall@endlessm.com

Fixes: #2 (closed)

Merge request reports