-
- Downloads
Do not allocate arrays of size WOP_DOWN_CHANNELS_MAX on the stack.
Allocate them on the heap instead. I want't to make the _MAX value much larger, to accommodate for higher processors numbers. Allocating arrays of that size on the stack would possibly make the stack overflow. [[Imported from SVN: r8459]]
Please register or sign in to comment