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

net: fix use-after-free in slab compaction #3019

Merged
merged 4 commits into from Oct 21, 2020
Merged

net: fix use-after-free in slab compaction #3019

merged 4 commits into from Oct 21, 2020

Commits on Oct 21, 2020

  1. net: fix use-after-free in slab compaction

    An off-by-one bug results in freeing the incorrect page.
    
    Fixes: 3014
    carllerche committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    ce52b56 View commit details
    Browse the repository at this point in the history
  2. expand debug_assert

    carllerche committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    01b2c14 View commit details
    Browse the repository at this point in the history
  3. style

    carllerche committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    9a678ea View commit details
    Browse the repository at this point in the history
  4. try fixing asan ci run

    carllerche committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    c871a0c View commit details
    Browse the repository at this point in the history