On Sun, Nov 22, 2009 at 9:51 AM, Øyvind Harboe <[email protected]> wrote: > Do not use variable length arrays. Use malloc(). > > If you use variable length arrays on the stack that messes with embedded > / uCLinux hosts. >
Only if the embedded host uses a home directory path longer than what will fit on the stack. Is this really a problem? /Andreas _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
