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 crashes when sharing relto book #1005

Merged
merged 1 commit into from
Oct 17, 2021
Merged

Fix crashes when sharing relto book #1005

merged 1 commit into from
Oct 17, 2021

Commits on Oct 17, 2021

  1. Fix crashes when sharing relto book

    Since host/guest get std::move, the original variables get replaced with null ptrs.
    The subsequent accesses causes a crash.
    
    This can be easily tested by sharing a relto book, which will cause a crash due to a null ptr deref on host->GetName().
    roblabla committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    8f55426 View commit details
    Browse the repository at this point in the history