> Isn't that what alloca() is for? (Ignoring the simple fact that alloca() > is actually horribly broken since it never tells you if it's failed, just > lets you corrupt your stack when you ask for too much memory.)
How is it any more broken than allocating a buffer on the stack? As with normal stack allocations, it needs to be used with reason. -- meem _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
