From dac828df865fc0eb0fed2b7c477ef2c7863ee17d Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 14 Aug 2020 17:00:44 -0400 Subject: [PATCH] Add Mambretti et al. --- Spectre.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Spectre.md b/Spectre.md index 768db764..f17de289 100644 --- a/Spectre.md +++ b/Spectre.md @@ -44,3 +44,6 @@ by Esmaeil Mohammadian Koruyeh _et al_. (Even return prediction isn't safe.) “[Speculative Load Hardening](https://llvm.org/docs/SpeculativeLoadHardening.html)”\ by Chandler Carruth. (What LLVM does to prevent speculative out-of-bounds access.) + +“[Bypassing memory safety mechanisms through speculative control flow hijacks](https://arxiv.org/pdf/2003.05503.pdf)”\ +by Andrea Mambretti _et al_. (Examination of effects on memory-safe languages.)