commit | 78eb71594b3265f3cfe871480235be158feebd0f | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Mar 17 13:18:27 2014 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Mar 17 14:54:50 2014 +1030 |
tree | 41e5d7a99e28239d8e04856edc02e34e3d963c96 | |
parent | 0283f9a529c81e64bafea80d6d3e056d1c3f656d [diff] |
kallsyms: generalize address range checking This refactors the address range checks to be generalized instead of specific to text range checks, in preparation for other range checks. Also extracts logic for "is the symbol absolute" into a function. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>