tum-i4 / self-checksumming

10 stars 6 forks source link

Call of guard function from input dependent and input independent functions #35

Closed anahitH closed 6 years ago

anahitH commented 6 years ago

Use variables for guard function arguments in input independent functions and constants in input dependent functions. This will allow to protect guard arguments by OH in input independent functions as suggested in #32. guard arguments in input dependent function won't be protected by OH no matter if they are stored in variables or passes as constants as OH does not protect input dependent functions.