|
|
|
|
|
by 314
3092 days ago
|
|
Not allow user processes to recover from a SEGV. The attack depends on a signal hander that traps the signal and resumes execution. If this is disabled then the attack will not work. This would affect two types of systems: 1. Badly written code where bugs are being masked by the handler.
2. Any kind of virtualization? So, for cloud providers it looks like a 30% performance hit, but for the rest of us I would rather have a patch that stops applications handling the SEGV trap. |
|