Y
Hacker News
new
|
ask
|
show
|
jobs
by
clnq
971 days ago
Can this reasonably reliably steer speculative execution?
1 comments
o11c
971 days ago
No, because speculative speculation attacks can choose to deliberately mislead the dynamic branch predictor prior to the actual attack.
Use `__builtin_speculation_safe_value` to defend against that.
link
Use `__builtin_speculation_safe_value` to defend against that.