attractivechaos / klib

A standalone and lightweight C library

Home Page:http://attractivechaos.github.io/klib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kb_itr_get broken

till-s opened this issue · comments

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

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.