search for: 2545233

Displaying 2 results from an estimated 2 matches for "2545233".

2017 Feb 18
2
[RFC] Using Intel MPX to harden SafeStack
...ack|SafeStack|| +--------------+---------+---------+---------+-------+ |400.perlbench |884769|1003041|1003233|1131769| +--------------+---------+---------+---------+-------+ |401.bzip2|79393|175297|175489|235577 | +--------------+---------+---------+---------+-------+ |403.gcc|2420209|2545041|2545233|2727913| +--------------+---------+---------+---------+-------+ |429.mcf|10977|105345|105537|155705 | +--------------+---------+---------+---------+-------+ |445.gobmk|633953|743585|743777|823993 | +--------------+---------+---------+---------+-------+ |456.hmmer|258593|358033|358225|432249 |...
2017 Feb 08
4
[RFC] Using Intel MPX to harden SafeStack
Hi, I previously posted about using 32-bit X86 segmentation to harden SafeStack: http://lists.llvm.org/pipermail/llvm-dev/2016-May/100346.html That involves lowering the limits of the DS and ES segments that are used for ordinary data accesses while leaving the limit for SS, the stack segment, set to its maximum value. The safe stacks were clustered above the limits of DS and ES. Thus, by