[Asterisk-code-review] chan sip: bigger buffers for headers, better failure mode (asterisk[master])
Vasil Kolev
asteriskteam at digium.com
Tue May 31 10:36:14 CDT 2016
Hello Anonymous Coward #1000019,
I'd like you to reexamine a change. Please visit
https://gerrit.asterisk.org/2923
to look at the new patch set (#2).
Change subject: chan_sip: bigger buffers for headers, better failure mode
......................................................................
chan_sip: bigger buffers for headers, better failure mode
Currently chan_sip can give weird messages if the contacts don't
fit in the From: or To: messages. This fix changes the from and
to variables to use ast_str, allocates and deallocates them and
resizes them if needed up to SIPHEADERMAX.
ASTERISK-26069
Change-Id: I1b68fcbddca6f6cc7d7a92fe1cb0d5430282b2b3
---
M channels/chan_sip.c
1 file changed, 50 insertions(+), 29 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/23/2923/2
--
To view, visit https://gerrit.asterisk.org/2923
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I1b68fcbddca6f6cc7d7a92fe1cb0d5430282b2b3
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Vasil Kolev <vasil.kolev at securax.org>
Gerrit-Reviewer: Anonymous Coward #1000019
More information about the asterisk-code-review
mailing list