attractivechaos / klib

A standalone and lightweight C library
http://attractivechaos.github.io/klib/
MIT License
4.18k stars 556 forks source link

kb_itr_get broken #141

Open till-s opened 4 years ago

till-s commented 4 years ago

kb_itr_get() has a bug as proven by the attached test program kbtree_itr_test.c.zip

till-s commented 4 years ago

This issue is (almost) fixed by PR #73; see. After extending the kb_itr_getp() fix to kb_itr_get() the quoted PR #73 passes the above test program.