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

Infinite loop in plist parsing in 2.1.0 #85

Open
coryalder opened this issue Nov 27, 2017 · 0 comments
Open

Infinite loop in plist parsing in 2.1.0 #85

coryalder opened this issue Nov 27, 2017 · 0 comments

Comments

@coryalder
Copy link

The attached plist can be parsed by plist 2.0.1, but seems to cause plist to go into infinite recursion when using version 2.1.0. I've pared the file down quite a bit to remove excess xml, but haven't managed pinpoint the exact cause of the problem in the plist.

This file was written out by Xcode during a test run. Code I'm using to parse with plist is:

const plist = require('plist');
const fs = require('fs');
const a = fs.readFileSync('./TestSummaries.plist','utf8');
plist.parse(a);

Attached:
TestSummaries.plist.txt

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

1 participant