[PLUG] Interesting C problem

Joe Pruett joey at clean.q7.com
Thu Sep 3 22:11:31 UTC 2009


> There is a little known non-standard (but common) function in C called
> alloca that works for this sort of thing:
> http://www.cs.utah.edu/dept/old/texinfo/glibc-manual-0.02/library_3.html#SEC45
>
> I have no idea how old that documentation is, but it seems to describe it.

alloca is still on the stack so it won't help his problem of blowing 
through the stack limit.



More information about the PLUG mailing list