Avoiding retpolines with static calls
Avoiding retpolines with static calls
Posted Mar 29, 2020 4:06 UTC (Sun) by Cyberax (✭ supporter ✭, #52523)In reply to: Avoiding retpolines with static calls by ncm
Parent article: Avoiding retpolines with static calls
Virtual calls in C++ defeat the whole purpose of the exercise. They still require an indirect jump and so can be exploited by Spectre.