A Recursion Bug That Could Compromise an Android Phone
As developers, we have all seen bugs caused by recursion.
When recursion goes out of control, we usually expect something simple:
Stack overflow → application crashes → fix the bug.
But what if that s