Makefile: Enable -Wzero-length-bounds
authorKees Cook <keescook@chromium.org>
Tue, 17 Aug 2021 18:56:36 +0000 (11:56 -0700)
committerKees Cook <keescook@chromium.org>
Mon, 14 Feb 2022 00:49:40 +0000 (16:49 -0800)
commit00a4f836eb369723b148e3f250c850a028778832
tree05a1fac11258bb352c9c6fd605ba1eecbb07daba
parente6148767825ce345338328a29030a182e3b22d10
Makefile: Enable -Wzero-length-bounds

With all known internal zero-length accesses fixed, it is possible to
enable -Wzero-length-bounds globally. Since this is included by default
in -Warray-bounds, we just need to stop disabling it.

Cc: "Gustavo A. R. Silva" <gustavoars@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: linux-kbuild@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Link: https://lore.kernel.org/lkml/CAKwvOd=bcs5W6eEDXGn5ROR2EuMiSp_2e6sLFxak=KK6yLWcvA@mail.gmail.com
Makefile