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