In print_callstack() print the last 10 frames only in order to avoid the…

Authored by asemke on Nov 1 2017, 9:25 AM.

Description

In print_callstack() print the last 10 frames only in order to avoid the compiler warning about VLA for void*.

Details