Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary plist from Monterey beta is failing to parse #71

Open
mrthaggar opened this issue Oct 1, 2021 · 3 comments
Open

Binary plist from Monterey beta is failing to parse #71

mrthaggar opened this issue Oct 1, 2021 · 3 comments

Comments

@mrthaggar
Copy link

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
Copy link
Owner

claunia commented Oct 1, 2021

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
Copy link
Author

mrthaggar commented Oct 1, 2021 via email

@mrthaggar
Copy link
Author

mrthaggar commented Oct 4, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants