commit | 9225331b310821760f39ba55b00b8973602adbb5 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri May 05 23:56:07 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Tue Aug 01 17:04:48 2017 -0700 |
tree | 486443275c8d05ebe69d6d403ccf0b8fe5296425 | |
parent | 3598f5d0872ff574c5b6704024f12ca4a3056860 [diff] |
randstruct: Enable function pointer struct detection This enables the automatic structure selection logic in the randstruct GCC plugin. The selection logic randomizes all structures that contain only function pointers, unless marked with __no_randomize_layout. Signed-off-by: Kees Cook <keescook@chromium.org>