google / safeside

Understand and mitigate software-observable side-channels
BSD 3-Clause "New" or "Revised" License
494 stars 54 forks source link

Add a new RunWithFaultHandler utility #127

Closed mmdriley closed 4 years ago

mmdriley commented 4 years ago

This avoids the need for a global afterspeculation label.

Use to rewrite the Meltdown example.

mmdriley commented 4 years ago

This is based on #126. Will update the base branch to master once #126 lands.

mmdriley commented 4 years ago

Added one last tweak to run the new unit test in CI.