[asterisk-bugs] [JIRA] (ASTERISK-26961) [UBSAN] chan_sip.c: left shift of 1 by 31 places cannot be represented in type 'int'
Badalian Vyacheslav (JIRA)
noreply at issues.asterisk.org
Mon Apr 24 22:35:58 CDT 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-26961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Badalian Vyacheslav updated ASTERISK-26961:
-------------------------------------------
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}
was:
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(&p->flags[0], &global_flags[0], SIP_FLAGS_TO_COPY);
{code}
> [UBSAN] chan_sip.c: left shift of 1 by 31 places cannot be represented in type 'int'
> ------------------------------------------------------------------------------------
>
> Key: ASTERISK-26961
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26961
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Affects Versions: 13.15.0
> Reporter: Badalian Vyacheslav
> Severity: Minor
>
> 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}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list