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

Pass ProgramAllocations struct to every call to functions whose signature has been modified. #3

Closed elhigu closed 11 years ago

elhigu commented 11 years ago

Ignore safe builtin calls, they shouldn't need any private variable nor limit information (limits are passed in safepointers).

eras commented 11 years ago

This has been implemented.