Avoid large stack variables
michaelrsweet opened this issue · 0 comments
michaelrsweet commented
Some embedded environments and POSIX threads provide a smaller stack than regular desktop applications. Look at using allocated buffers instead of large character arrays on the stack.