summaryrefslogtreecommitdiff
path: root/channels/chan_local.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2012-05-04 15:52:30 +0000
committerMark Michelson <mmichelson@digium.com>2012-05-04 15:52:30 +0000
commit404b890f494399bba8bd160098af59d405b81b00 (patch)
tree170ce1a0947e47fec45efcaea6317475cdfd24d7 /channels/chan_local.c
parentfdf3cd0e2ef0ae84e24adf93639671e6a5096543 (diff)
Fix core FINDING 2, FINDING 3, and FINDING 4 from Coverity's CONSTANT_EXPRESSION_RESULT report.
These three all are in RTP code that attempts to print the number of sequence number cycles in an RTCP RR report. The code was masking out the upper 16 bits and then shifting the number right by 16 bits. This led to an all zero result in all cases. The fix is to do the shift without the bit masking. (issue ASTERISK-19649) ........ Merged revisions 365298 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 365299 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@365300 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_local.c')
0 files changed, 0 insertions, 0 deletions