Re: [PATCH 04/15] ath10k: fix gcc-10 zero-length-bounds warnings

From: Arnd Bergmann
Date: Thu Apr 30 2020 - 17:44:37 EST


On Thu, Apr 30, 2020 at 11:41 PM Gustavo A. R. Silva
<gustavo@xxxxxxxxxxxxxx> wrote:
> On 4/30/20 16:30, Arnd Bergmann wrote:
> > gcc-10 started warning about out-of-bounds access for zero-length
> > arrays:
> The treewide patch is an experimental change and, as this change only applies
> to my -next tree, I will carry this patch in it, so other people don't have
> to worry about this at all.

Ok, thanks!

Arnd