libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
546 stars 305 forks source link

node_iterator_create: Avoid access null pointer #79

Closed bin-y closed 7 years ago

bin-y commented 8 years ago

When argument list is null list->begin is invalid address Set iterator->value as list->begin in node_iterator_bind after argument is checked

nikias commented 7 years ago

Fixed in git master.