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

findjsobjects -r reports references in garbage parts of arrays #106

Open
davepacheco opened this issue Feb 9, 2018 · 0 comments
Open

findjsobjects -r reports references in garbage parts of arrays #106

davepacheco opened this issue Feb 9, 2018 · 0 comments

Comments

@davepacheco
Copy link
Contributor

It looks from the code in findjsobjects_references_array like findjsobjects -r iterates the whole FixedArray that backs each JSArray. That may include data that's not actually part of the array, which would be a false positive. This is analogous to #100.

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