Re: [PATCH v5 0/2] Remove false-positive VLAs when using max()
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2018-03-16 20:15:27
Also in:
lkml, netdev
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2018-03-16 20:15:27
Also in:
lkml, netdev
On Fri, Mar 16, 2018 at 1:12 PM, Al Viro [off-list ref] wrote:
That's C99, straight from N1256.pdf (C99-TC3)...
I checked C90, since the error is
ISO C90 forbids variable length array
and I didn't see anything there.
Admittedly I only found a draft copy.
Linus