srdja / Collections-C

A library of generic data structures for the C language.
http://srdja.github.io/Collections-C
GNU Lesser General Public License v3.0
2.83k stars 328 forks source link

list_iter_add throw exception #90

Closed rainnus closed 6 years ago

rainnus commented 6 years ago

After called list_iter_init initializing the iterator, iter->last is signed NULL. Then if invoke list_iter_add,
line link_after(iter->last, new_node); will throw exception.