[Home]

Summary:ASTERISK-26961: [UBSAN] chan_sip.c: left shift of 1 by 31 places cannot be represented in type 'int'
Reporter:Badalian Vyacheslav (slavon)Labels:
Date Opened:2017-04-24 22:34:00Date Closed:
Priority:MinorRegression?
Status:Open/NewComponents:Channels/chan_sip/General
Versions:13.15.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Current 13 branch

chan_sip.c:31010:362: left shift of 1 by 31 places cannot be represented in type 'int'

{code}
ast_copy_flags(&peer->flags[0], &global_flags[0], SIP_FLAGS_TO_COPY);
{code}
Comments:By: Asterisk Team (asteriskteam) 2017-04-24 22:34:00.543-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].