]> git.ipfire.org Git - thirdparty/asterisk.git/commit
astobj2: Add backtrace to log_bad_ao2. 36/4036/2
authorCorey Farrell <git@cfware.com>
Fri, 16 Sep 2016 23:54:07 +0000 (19:54 -0400)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 6 Oct 2016 21:20:02 +0000 (16:20 -0500)
commitd23697365758fc085d6ee1d636cb01f39268c3c6
tree1bb1c812ec6dafa393ae134127601f57c9369e9a
parent21ee185f57e00f57e2329eed65ecdbd5bfb29bca
astobj2: Add backtrace to log_bad_ao2.

* Compile __ast_assert_failed unconditionally.
* Use __ast_assert_failed to log messages from log_bad_ao2
* Remove calls to ast_assert(0) that happen after log_bad_ao2 was run.

Change-Id: I48f1af44b2718ad74a421ff75cb6397b924a9751
include/asterisk/utils.h
main/astobj2.c
main/astobj2_container.c
main/astobj2_hash.c
main/astobj2_rbtree.c
main/utils.c