Calling a recursive function can cause a stack overflow

The Windows CE platform does not have any built-in protection to manage memory during calls to functions that call themselves (recursive functions). Calls to deeply recursive functions can cause the operating system to crash due to stack overflow. [CR 322465]