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

Improve cycle detection in IPC arguments #6977

Merged
merged 2 commits into from
Aug 26, 2016
Merged

Improve cycle detection in IPC arguments #6977

merged 2 commits into from
Aug 26, 2016

Conversation

kevinsawicki
Copy link
Contributor

Port over the https://bugs.chromium.org/p/chromium/issues/detail?id=606955 fix from Chromium to Electron's V8ValueConverter to improve cycle detection in arguments passed over IPC calls.

This allows duplicate references in arrays and objects that aren't true cycles to be sent successfully over IPC that were previous null-ed out.

Chromium fix: https://chromium.googlesource.com/chromium/src/+/275ec3e2a5ce1d16fc9c2a0dab3b58f8a7b9fa38

Closes #3598

@zcbenz
Copy link
Contributor

zcbenz commented Aug 26, 2016

👍

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

Successfully merging this pull request may close these issues.

Arrays containing multiple references to the same object are lost when sending over IPC
2 participants