alloca has no way to return failure, and instead can possibly arbitrarily overflow the stack. Let's avoid that one.
27 KiB
27 KiB
alloca has no way to return failure, and instead can possibly arbitrarily overflow the stack. Let's avoid that one.