]> git.ipfire.org Git - thirdparty/elfutils.git/commit
eu-stacktrace WIP fixes: introduce a frame limit
authorSerhei Makarov <serhei@serhei.io>
Thu, 18 Jan 2024 21:50:33 +0000 (16:50 -0500)
committerSerhei Makarov <serhei@serhei.io>
Thu, 18 Jan 2024 21:50:33 +0000 (16:50 -0500)
commitab97ae258f9aacf2b1daa94d67227f280fa3d472
tree974ac862681b922944a9bddee48356cc593ed0ef
parentb5da60c2deca1322ff49e4d874022648af45fbda
eu-stacktrace WIP fixes: introduce a frame limit

Rarely, the unwinder can loop indefinitely.
Guard against this, similarly to the code in stack.c.
src/stacktrace.c