search for: d19853

Displaying 1 result from an estimated 1 matches for "d19853".

Did you mean: 19853
2016 May 31
0
[RFC] Using segmentation to harden SafeStack
...ies may need to be invoked both before and after threading has been initialized, so I added support for compiling functions to dynamically handle both modes by dynamically checking whether a single-threaded unsafe stack pointer should be used (http://reviews.llvm.org/D19761, http://reviews.llvm.org/D19853). The default SafeStack runtime in compiler-rt does not provide this level of runtime support, so I prevent it from being automatically linked when the separate-stack-seg feature is enabled (http://reviews.llvm.org/D19170). I submitted patches to enable SafeStack for single-threaded Contiki OS on...