Re: [PATCH] tracing: silence GCC 9 array bounds warning

From: Miguel Ojeda
Date: Fri May 17 2019 - 16:57:22 EST


On Fri, May 17, 2019 at 11:25 AM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> ./include/linux/string.h:344:9: warning: '__builtin_memset' offset
> [8505, 8560] from the object at 'iter' is out of the bounds of

By the way, I noticed these offsets of the new warning seem to be off
by 1, reported here:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90525

Cheers,
Miguel