Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2139493
commit 28e77cc1c0686621a4d416f599cee5ab369daa0a
Author: Kees Cook <keescook@chromium.org>
Date: Wed Jun 16 14:42:23 2021 -0700
fortify: Detect struct member overflows in memset() at compile-time
As done for memcpy(), also update memset() to use the same tightened
compile-time bounds checking under CONFIG_FORTIFY_SOURCE.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Josef Oskera <joskera@redhat.com>