Displaying 1 result from an estimated 1 matches for "d19762".
Did you mean:
919762
2016 May 31
0
[RFC] Using segmentation to harden SafeStack
...sitate that SafeStack be applied so extensively, since otherwise memory operands in a library that refer to an incorrect segment may cause crashes. I will propose storing the unsafe stack pointer in the thread control block in musl libc, so I added support for that to LLVM (http://reviews.llvm.org/D19762). Some of the functions in these libraries 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....