-
由 Kees Cook 提交于
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>
b8672910