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

fix: crash when RenderFrameHost is nullptr #34410

Closed
wants to merge 2 commits into from

Conversation

samuelmaddock
Copy link
Member

@samuelmaddock samuelmaddock commented Jun 1, 2022

Description of Change

Follow up to #33919. A code path involving speculative RenderFrameHosts being created is resulting in a crash when initially setting up the Mojo connection.

More investigation is still needed to determine what leads to this state where render_frame_ is a nullptr.

Checklist

Release Notes

Notes: Fixed potential crash in WebFrameMain when performing a cross-origin navigation.

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jun 1, 2022
@samuelmaddock samuelmaddock added target/18-x-y semver/patch backwards-compatible bug fixes labels Jun 1, 2022
@MarshallOfSound
Copy link
Member

/trop run backport-to main

@trop
Copy link
Contributor

trop bot commented Jun 1, 2022

This PR has not been merged yet, and cannot be backported.

@MarshallOfSound
Copy link
Member

Replaced by #34411 for CI reasons

@MarshallOfSound MarshallOfSound deleted the fix/rfh-crash branch June 1, 2022 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-pr 🌱 PR opened in the last 24 hours semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants