[asterisk-commits] res statsd: Fix exports.in for missing symbols (asterisk[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Feb 16 15:47:35 CST 2016
Joshua Colp has submitted this change and it was merged.
Change subject: res_statsd: Fix exports.in for missing symbols
......................................................................
res_statsd: Fix exports.in for missing symbols
res_statsd.export.in was missing the _va variations of the log
functions causing Asterisk to crash in res_pjsip if OPTIONAL_API
wasn't enabled.
ASTERISK-25727 #close
Reported-by: Gergely Dömsödi
Change-Id: I395729f9f51bdd33c5ca757f5f96ebedad74077b
---
M res/res_statsd.exports.in
1 file changed, 1 insertion(+), 4 deletions(-)
Approvals:
Mark Michelson: Looks good to me, approved
Joshua Colp: Looks good to me, but someone else must approve; Verified
diff --git a/res/res_statsd.exports.in b/res/res_statsd.exports.in
index d4a79c1..ca28b16 100644
--- a/res/res_statsd.exports.in
+++ b/res/res_statsd.exports.in
@@ -1,9 +1,6 @@
{
global:
- LINKER_SYMBOL_PREFIX*ast_statsd_log;
- LINKER_SYMBOL_PREFIX*ast_statsd_log_full;
- LINKER_SYMBOL_PREFIX*ast_statsd_log_sample;
- LINKER_SYMBOL_PREFIX*ast_statsd_log_string;
+ LINKER_SYMBOL_PREFIXast_statsd_log*;
local:
*;
};
--
To view, visit https://gerrit.asterisk.org/2257
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I395729f9f51bdd33c5ca757f5f96ebedad74077b
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
More information about the asterisk-commits
mailing list