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

[enhancement/fix] Begin to properly intergrate the hardened allocator… #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 12, 2020

  1. [enhancement/fix] Begin to properly intergrate the hardened allocator…

    … to the
    
    WooKey project in the std lib. The compatibility was previously broken, and
    this commit is a first attempt to migrate/integrate the code.
    
    The hardened allocator (contrary to the previously used "light" one) embeds
    mitigations such as randomized allocation, canaries, heap consistency checks,
    ...
    
    This is still in "beta test and review" and is a work in progress. When everything
    is tested to be OK, the hardened allocator will be made as the "default" one in
    the project configuration files.
    rben-dev committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    e2bc524 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. [bugfix] Fix a bug where stack canaries are not well managed with sys…

    …calls
    
    related inline assembly.
    rben-dev committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    b59bc8e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    14018c6 View commit details
    Browse the repository at this point in the history