[asterisk-bugs] [JIRA] (ASTERISK-23556) invert.c:167:24: warning: array subscript is above array bounds [-Warray-bounds]

Rusty Newton (JIRA) noreply at issues.asterisk.org
Mon Apr 7 13:48:29 CDT 2014


    [ https://issues.asterisk.org/jira/browse/ASTERISK-23556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=217064#comment-217064 ] 

Rusty Newton commented on ASTERISK-23556:
-----------------------------------------

Thank you for taking the time to report this bug and helping to make Asterisk better. Unfortunately, we cannot work on this bug because your description did not include enough information. You may find it helpful to read the Asterisk Issue Guidelines http://www.asterisk.org/developers/bug-guidelines. We would be grateful if you would then provide a more complete description of the problem. At a minimum, we need:

1. the specific steps or actions you took that caused you to encounter the problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).

This likely includes output from the console with debug level logging, a SIP trace (if this is SIP related), and configuration information such as dialplan (e.g. extensions.conf) and channel configuration (e.g. sip.conf). Thanks!



> invert.c:167:24: warning: array subscript is above array bounds [-Warray-bounds]
> --------------------------------------------------------------------------------
>
>                 Key: ASTERISK-23556
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23556
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Core/General
>    Affects Versions: 12.1.1
>            Reporter: Marcello Ceschia
>            Severity: Critical
>
> {code}
>    [CC] invert.c -> invert.o
> invert.c: In function ‘invert_’:
> invert.c:167:24: warning: array subscript is above array bounds [-Warray-bounds]
>       rc[j] -= rc[k] * v[j + k * 10 - 11];
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list