[PATCH] D14972: [safestack] Protect byval function arguments.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 11:22:01 PST 2015


eugenis added a comment.

Would it be possible to handle inalloca by copying it onto the unsafe stack and then back before the return from the function? We would need to handle exceptional control flow as well, which could be quite complicated.


Repository:
  rL LLVM

http://reviews.llvm.org/D14972





More information about the llvm-commits mailing list