]> git.ipfire.org Git - thirdparty/bacula.git/commit
unittest fix gdb_print_local() used by _ok() to avoid "tail call"
authorAlain Spineux <alain@baculasystems.com>
Fri, 28 Feb 2020 12:31:29 +0000 (13:31 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:57 +0000 (09:02 +0100)
commit20f3bd2064e69b58f9d4e5bc11da5dc5e9e63900
treeef9b4e95246803e59206882fa0321cd67a01dd3e
parentf218a016c70dfca1cfcad55cd9104914006630b9
unittest fix gdb_print_local() used by _ok() to avoid "tail call"

- compiler can do "tail call" optimization and "hide" functions
  in the "call stack" and disturb gdb_print_local() usage
bacula/src/lib/unittests.c