Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

sc-allocator: Do not panic on invalid header pointer #13925

Merged
merged 1 commit into from
Apr 15, 2023

Commits on Apr 14, 2023

  1. sc-allocator: Do not panic on invalid header pointer

    We should not panic on an invalid header pointer and instead return an error. It is possible that
    the application modifies the header pointer illegally, but then we should return an error instead of
    panicking.
    bkchr committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    7813171 View commit details
    Browse the repository at this point in the history