[Asterisk-code-review] core: Fix ABI mismatch of ao2_global_obj. (...asterisk[master])

Corey Farrell asteriskteam at digium.com
Mon Sep 23 06:39:55 CDT 2019


Corey Farrell has uploaded a new patch set (#2). ( https://gerrit.asterisk.org/c/asterisk/+/12913 )

Change subject: core: Fix ABI mismatch of ao2_global_obj.
......................................................................

core: Fix ABI mismatch of ao2_global_obj.

astobj2.c declares DEBUG_THREADS_LOOSE_ABI to avoid overhead of debug
threads tracking information in the internal structures of astobj2.
Unfortunately this means that ao2_global_obj contains the statically
allocated debug threads tracking fields which are used by initialization
and cleanup but main/astobj2.c believed those fields and associated
space did not exist.

Change-Id: Icef41ad97d88a8c1d1515e034ec8133cab3b1527
---
M main/astobj2.c
A main/astobj2_global.c
2 files changed, 97 insertions(+), 66 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/13/12913/2
-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/12913
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Icef41ad97d88a8c1d1515e034ec8133cab3b1527
Gerrit-Change-Number: 12913
Gerrit-PatchSet: 2
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newpatchset
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190923/6b57aa11/attachment.html>


More information about the asterisk-code-review mailing list