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 two crashes when using websocketpp as a client library #1041

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 24, 2022

  1. Fix crash on accessing deleted 'rng' object

    Replace references with lib::shared_ptr.
    Radrik5 authored and Dmitry Oksenchuk committed May 24, 2022
    Configuration menu
    Copy the full SHA
    62b1f9f View commit details
    Browse the repository at this point in the history
  2. Fix crash in handle_connect() of deleted endpoint object

    Capture this by shared_ptr in asio callbacks.
    Radrik5 authored and Dmitry Oksenchuk committed May 24, 2022
    Configuration menu
    Copy the full SHA
    1d65c52 View commit details
    Browse the repository at this point in the history