summaryrefslogtreecommitdiffstats
path: root/libcnary/node_iterator.c
AgeCommit message (Collapse)AuthorFilesLines
2016-11-10libcnary: Fix possible NULL pointer dereference in node_iterator_create()Gravatar Nikias Bassen1-1/+1
When NULL is passed to node_iterator_create() the code tries to access the begin element of the node list and causes a NULL pointer dereference. The value of list is checked a few lines down and iterator->value is then properly assigned in node_iterator_bind().
2011-06-25Updates libcnary sources (adding license info)Gravatar Nikias Bassen1-0/+16
2011-06-13Bundle libcnary for better packaging1.5Gravatar Nikias Bassen1-0/+64
2011-06-13Remove libcnary submoduleGravatar Nikias Bassen1-0/+0
2011-05-27Add submodule libcnaryGravatar Nikias Bassen1-0/+0