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: NValdis Kletnieks <valdis.kletnieks@vt.edu> Signed-off-by: NKees Cook <keescook@chromium.org>
Showing
想要评论请 注册 或 登录