On Mon, Jul 11, 2016 at 4:27 PM, Ian Lance Taylor wrote:
> On Mon, Jul 11, 2016 at 1:05 PM, Brooks Moses wrote:
>> Ping?
>
> This is fine, but please add a comment explaining why the code avoids
> 0-length VLAs. Thanks.
Thanks!
Committed as r238233. This is the comment I added:
+/* Avoid
On Mon, Jul 11, 2016 at 1:05 PM, Brooks Moses wrote:
> Ping?
This is fine, but please add a comment explaining why the code avoids
0-length VLAs. Thanks.
Ian
> (I suspect I should have added a libiberty maintainer to cc in the first
> place.)
>
> On Mon, Jun 13, 2016 at 9:05 AM, Brooks Moses
Ping?
(I suspect I should have added a libiberty maintainer to cc in the first place.)
On Mon, Jun 13, 2016 at 9:05 AM, Brooks Moses wrote:
> Zero-length variable-length-arrays are not allowed in standard C99,
> and perhaps more importantly, they cause ASAN to complain. (See,
> e.g., https://gc