Re: [dev] [style] variable declaration locations and varriable length arrays vs malloc
On Mon, Mar 2, 2015 at 3:56 PM, Anthony J. Bentley <anthony_AT_cathet.us> wrote:
> VLAs are a fundamentally broken feature because they do not allow any
> error checking. alloca() is the same.
>
> --
> Anthony J. Bentley
>
But when do you ever do error checking of stack size? Is recursion a
fundamentally broken feature because it doesn't allow any stack
overflow error checking?
-emg
Received on Tue Mar 03 2015 - 01:13:14 CET
This archive was generated by hypermail 2.3.0
: Tue Mar 03 2015 - 01:24:07 CET