claunia / plist-cil

C#/.NET parser for Apple and GnuStep Property List (aka plist), based on Java's dd-plist
Other
54 stars 17 forks source link

Binary plist from Monterey beta is failing to parse #71

Open mrthaggar opened 2 years ago

mrthaggar commented 2 years ago

I've just tried reading a binary plist from the OSX Monterey beta, and the parse operation is failing:

Failed to read plist data - Array dimensions exceeded supported range. - at Claunia.PropertyList.BinaryPropertyListParser.DoParse(ReadOnlySpan1 bytes) at Claunia.PropertyList.BinaryPropertyListParser.Parse(Byte[] data) at Claunia.PropertyList.PropertyListParser.Parse(Byte[] bytes) at myCallingCode`

Unfortunately, I cannot include the data as it contains personal information.

So I was just wondering if you were aware of any issues with binary plists on Monterey?

claunia commented 2 years ago

Uhm, no, your is the first report of such a thing.

Can you share it privately to me only to check it? If not, can you remove the private data and see if it still fails?

mrthaggar commented 2 years ago

Hey,

The data came from an Apple Keychain, but I've been told it's testing data, so if you can take a look, I'd appreciate it.

Thanks


From: Natalia Portillo @.> Sent: 01 October 2021 13:10 To: claunia/plist-cil @.> Cc: mrthaggar @.>; Author @.> Subject: Re: [claunia/plist-cil] Binary plist from Monterey beta is failing to parse (#71)

Uhm, no, your is the first report of such a thing.

Can you share it privately to me only to check it? If not, can you remove the private data and see if it still fails?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/claunia/plist-cil/issues/71#issuecomment-932213955, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AF24FVCTVWZADDOVPO5FB23UEWXMXANCNFSM5FEQ2ERQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

mrthaggar commented 2 years ago

Hey,

Just wondered if you had a chance to look at this yet?

Not rushing, just wanted to make sure I'm not using garbage data, and it's nothing to do with your library.

Thanks


From: Natalia Portillo @.> Sent: 01 October 2021 13:10 To: claunia/plist-cil @.> Cc: mrthaggar @.>; Author @.> Subject: Re: [claunia/plist-cil] Binary plist from Monterey beta is failing to parse (#71)

Uhm, no, your is the first report of such a thing.

Can you share it privately to me only to check it? If not, can you remove the private data and see if it still fails?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/claunia/plist-cil/issues/71#issuecomment-932213955, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AF24FVCTVWZADDOVPO5FB23UEWXMXANCNFSM5FEQ2ERQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.