toaarnio / llvm-ir-memprotect

LLVM IR instrumentation for protection against out-of-bounds memory accesses
Mozilla Public License 2.0
9 stars 2 forks source link

Add test case if dep analysis fails on case where we store indirect reference temporarily to table of pointers #15

Open elhigu opened 11 years ago

elhigu commented 11 years ago

Currently for sure we can trace cases where we store pointer and get value later, but functionality has not been tested when we store pointers to table. Would be interesting to see what kind of code is generated in that case.