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

backport: Prevent SEGFAULT when disabling listener (#13515) #13882

Merged
merged 5 commits into from
Nov 5, 2020

Commits on Oct 30, 2020

  1. Prevent SEGFAULT when disabling listener (envoyproxy#13515)

    This prevents the stop_listening overload action from causing
    segmentation faults that can occur if the action is enabled after the
    listener has already shut down.
    
    Signed-off-by: Alex Konradi <[email protected]>
    Signed-off-by: Christoph Pakulski <[email protected]>
    akonradi authored and cpakulski committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    d369c74 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Merge remote-tracking branch 'upstream/release/v1.16' into relv1.16

    Signed-off-by: Christoph Pakulski <[email protected]>
    cpakulski committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    e5c116b View commit details
    Browse the repository at this point in the history
  2. Fixed docs TOC to include 1.16.0

    Signed-off-by: Christoph Pakulski <[email protected]>
    cpakulski committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    e593f04 View commit details
    Browse the repository at this point in the history
  3. Added release notes.

    Signed-off-by: Christoph Pakulski <[email protected]>
    cpakulski committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    4798c00 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Corrected release note.

    Signed-off-by: Christoph Pakulski <[email protected]>
    cpakulski committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    5363ac1 View commit details
    Browse the repository at this point in the history