3 Commits

Author SHA1 Message Date
Nikias Bassen 52f3a565de libcnary: Fix possible NULL pointer dereference in node_iterator_create()
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().
2016-11-10 02:51:54 +01:00
Nikias Bassen eb218ff07b Updates libcnary sources (adding license info) 2011-06-25 02:52:07 +02:00
Nikias Bassen c7412d4813 Bundle libcnary for better packaging 2011-06-13 18:30:37 +02:00