Skip to content
Commit b8672910 authored by Kees Cook's avatar Kees Cook
Browse files

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: default avatarValdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
parent 80d17243
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment