Pierangelo Masarati wrote:
==30484== Conditional jump or move depends on uninitialised value(s) ==30484== at 0x81740C2: bdb_entry_release (id2entry.c:271)
Apparently, boi_flags is not initialized. Where should it be initialized, and how, is still obscure to me (HEAD as of today).
I'll fix this.