> This patch adds stack clash protection to the x86 port and provides the
> first set of tests that will be used by the other ports in the future.
>
> Changes since V2:
>
> This uses the new PARAMs to determine if probing is needed and how often
> to probe once probing is needed. New tests were ad
This patch adds stack clash protection to the x86 port and provides the
first set of tests that will be used by the other ports in the future.
Changes since V2:
This uses the new PARAMs to determine if probing is needed and how often
to probe once probing is needed. New tests were added to veri
I don't think this has changed in any significant way since V1.
--
This patch introduces x86 target specific bits to mitigate stack clash
attacks.
The key differences relative to the -fstack-check=specific expander are
that it never allocates more than PROBE_INTERVAL bytes at a time, it
probes i
This patch introduces x86 target specific bits to mitigate stack clash
attacks.
The key differences relative to the -fstack-check=specific expander are
that it never allocates more than PROBE_INTERVAL bytes at a time, it
probes into each allocated hunk immediately after allocation, and it
exploit