Displaying 2 results from an estimated 2 matches for "d7424".
Did you mean:
7424
2015 Feb 17
4
[LLVMdev] Adding CFI checks to clang vs llvm
Hi,
In http://reviews.llvm.org/D7424 we've been discussing whether to insert
control flow integrity checks in Clang or LLVM. The main challenge is that
the checks need something like a string associated with each call, and
there's currently no stable way to ensure that the string stays with the call.
The current version of th...
2015 Feb 18
2
[LLVMdev] Adding CFI checks to clang vs llvm
On Tue, Feb 17, 2015 at 07:00:14PM -0800, Chandler Carruth wrote:
> On Tue, Feb 17, 2015 at 12:35 PM, Peter Collingbourne <peter at pcc.me.uk>
> wrote:
>
> > Hi,
> >
> > In http://reviews.llvm.org/D7424 we've been discussing whether to insert
> > control flow integrity checks in Clang or LLVM. The main challenge is that
> > the checks need something like a string associated with each call, and
> > there's currently no stable way to ensure that the string stays with the
&g...