commit | b86729109c5fd0a480300f40608aac68764b5adf | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Feb 05 17:27:46 2018 -0800 |
committer | Kees Cook <keescook@chromium.org> | Mon Feb 05 17:27:46 2018 -0800 |
tree | 0db6d7a68f0c223652413c0dc3132aa8d8ad418b | |
parent | 80d172431696482d9acd8d2c4ea78fed8956e2a1 [diff] |
gcc-plugins: Use dynamic initializers GCC 8 changed the order of some fields and is very picky about ordering in static initializers, so instead just move to dynamic initializers, and drop the redundant already-zero field assignments. Suggested-by: Valdis Kletnieks <valdis.kletnieks@vt.edu> Signed-off-by: Kees Cook <keescook@chromium.org>