3breadt / dd-plist

A java library providing support for ASCII, XML and binary property lists.
Other
258 stars 94 forks source link

NSDictionary with NULL as key value cause NullReferenceException in BinaryPropertyListParser #78

Closed 3breadt closed 1 year ago

3breadt commented 1 year ago

Part of Issue #74

An invalid binary property list may contain a NULL object as a key of an NSDictionary. This should cause a PropertyListFormatException instead of a NullReferenceException.

3breadt commented 1 year ago

Fixed in c23692e47e42e3b1c2632b60fe7a7c927ad32cdd