Neels Hofmeyr has submitted this change and it was merged. ( https://gerrit.osmocom.org/11593 )
Change subject: sanitize.opts: add osmo-sip-connector --enable-sanitize ...................................................................... sanitize.opts: add osmo-sip-connector --enable-sanitize Otherwise it is not able to link asan-enabled libosmocore in the binaries. Change-Id: I5e04ef38982ee6c89110776fc941ee0e2c193196 --- M sanitize.opts 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Neels Hofmeyr: Looks good to me, approved; Verified osmith: Looks good to me, but someone else must approve diff --git a/sanitize.opts b/sanitize.opts index 40675be..7d545d2 100644 --- a/sanitize.opts +++ b/sanitize.opts @@ -12,3 +12,4 @@ osmo-msc --enable-sanitize osmo-sgsn --enable-sanitize openbsc --enable-sanitize +osmo-sip-connector --enable-sanitize -- To view, visit https://gerrit.osmocom.org/11593 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-dev Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I5e04ef38982ee6c89110776fc941ee0e2c193196 Gerrit-Change-Number: 11593 Gerrit-PatchSet: 3 Gerrit-Owner: Neels Hofmeyr <[email protected]> Gerrit-Reviewer: Neels Hofmeyr <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-CC: Pau Espin Pedrol <[email protected]>
