[Asterisk-code-review] chan iax2: Ensure that IAX flags are 64 bits. (asterisk[master])
Richard Mudgett
asteriskteam at digium.com
Tue Apr 28 14:02:12 CDT 2015
Richard Mudgett has uploaded a new patch set (#3).
Change subject: chan_iax2: Ensure that IAX flags are 64 bits.
......................................................................
chan_iax2: Ensure that IAX flags are 64 bits.
Flags are 64 bits. Without LLU suffix the value of 1<<31 is negative.
Although it doesn't have an effect on the current implementation, it will
be problem if more flags are added.
Change-Id: Ic290c81cfbbbf062872392d99d3322932cc49487
---
M channels/chan_iax2.c
1 file changed, 31 insertions(+), 31 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/73/273/3
--
To view, visit https://gerrit.asterisk.org/273
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic290c81cfbbbf062872392d99d3322932cc49487
Gerrit-PatchSet: 3
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Y Ateya <y.ateya at starkbits.com>
Gerrit-Reviewer: George Joseph <george.joseph at fairview5.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>
More information about the asterisk-code-review
mailing list