Stuffing the return stack buffer
Stuffing the return stack buffer
Posted Jul 24, 2022 17:18 UTC (Sun) by izbyshev (subscriber, #107996)In reply to: Stuffing the return stack buffer by izbyshev
Parent article: Stuffing the return stack buffer
And indeed, quoting the patch:
+ * The shift count might cause this to be off by one in either direction, + * but there is still a cushion vs. the RSB depth. The algorithm does not + * claim to be perfect and it can be speculated around by the CPU, but it + * is considered that it obfuscates the problem enough to make exploitation + * extremly difficult.
