soarlab / KULFI

LLVM Instruction Level Fault Injector
Other
7 stars 1 forks source link

Range of fault probability (-fp flag) restricted to 1-100 #1

Closed vcsharma closed 11 years ago

vcsharma commented 11 years ago

The current range of fault probability (-fp flag) restricted to 1-100. This won't be sufficient for dynamic instructions as there is no upper bound. So, this restriction should be removed.

vcsharma commented 11 years ago

This issue is fixed and code changes has already been committed to the repo. I'll close the issue once result generation is done based on latest code changes.