Avoid large stack variables #319
Labels
enhancement
New feature or request
platform issue
Issue is specific to an OS or desktop
priority-medium
Milestone
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.
The text was updated successfully, but these errors were encountered: