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

(#1693559) sd-bus: deal with cookie overruns #322

Merged
merged 1 commit into from
Apr 2, 2019

Commits on Apr 2, 2019

  1. sd-bus: deal with cookie overruns

    Apparently this happens IRL. Let's carefully deal with issues like this:
    when we overrun, let's not go back to zero but instead leave the highest
    cookie bit set. We use that as indication that we are in "overrun
    territory", and then are particularly careful with checking cookies,
    i.e. that they haven't been used for still outstanding replies yet. This
    should retain the quick cookie generation behaviour we used to have, but
    permits dealing with overruns.
    
    Replaces: #11804
    Fixes: #11809
    
    (cherry picked from commit 1f82f5b)
    Resolves: #1693559
    Jan Synacek committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    a9f179a View commit details
    Browse the repository at this point in the history