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

Enable libcpp hardening #24227

Draft
wants to merge 6 commits into
base: dev
Choose a base branch
from

Commits on Nov 21, 2024

  1. build: Increase some test timeouts

    Signed-off-by: Ben Pope <[email protected]>
    BenPope committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    cd6167f View commit details
    Browse the repository at this point in the history
  2. cluster: Don't dereference nullopt

    This might be a test-only thing.
    
    Signed-off-by: Ben Pope <[email protected]>
    BenPope committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ecd9eef View commit details
    Browse the repository at this point in the history
  3. raft: Don't dereference nullopt

    This might be a test-only thing.
    
    Signed-off-by: Ben Pope <[email protected]>
    BenPope committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4353547 View commit details
    Browse the repository at this point in the history
  4. storage: Don't dereference nullopt

    This might be a test-only thing.
    
    Signed-off-by: Ben Pope <[email protected]>
    BenPope committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5265555 View commit details
    Browse the repository at this point in the history
  5. build/bazel: Enable _LIBCPP_HARDENING_MODE_DEBUG

    Signed-off-by: Ben Pope <[email protected]>
    BenPope committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0c035ae View commit details
    Browse the repository at this point in the history
  6. build/cmake: Enable _LIBCPP_HARDENING_MODE_DEBUG

    Signed-off-by: Ben Pope <[email protected]>
    BenPope committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    243c015 View commit details
    Browse the repository at this point in the history