calling alloca( ) from another function call parameter?
Why calling alloc( ) as a parameter to another function call like this func(x, alloca(size), z); is considered wrong According to a book called the linux programming interface This is because the …