]> git.ipfire.org Git - thirdparty/asterisk.git/commit
astobj2: Add backtrace to log_bad_ao2. 37/4037/1
authorCorey Farrell <git@cfware.com>
Fri, 7 Oct 2016 22:32:16 +0000 (18:32 -0400)
committerCorey Farrell <git@cfware.com>
Fri, 7 Oct 2016 22:32:16 +0000 (18:32 -0400)
commitdd873bcada4e257ba8e8b497b1a36036b09f5635
tree363eb368b634bd78ce525a4d1f76c5448b9ef797
parentf166681c121265b92a9091bdafab9980c086b9d2
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