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

plist_get_uint_val: Assertion `length == sizeof(uint64_t)' failed. #70

Closed gitsop01 closed 8 years ago

gitsop01 commented 8 years ago

During a springboard access on ipad recieved this error.

gitsop01 commented 8 years ago

This function is called several times from sbmanager device.c code and fails on ipad and iphone 5 access.

nikias commented 8 years ago

Would be good to have a sample plist file to test this particular issue.

gitsop01 commented 8 years ago

This is no longer an issue with the lastest git head code available.