[asterisk-bugs] [JIRA] (ASTERISK-27181) GCC 7 warning: app_voicemail.c: In function 'imap_delete_old_greeting'

Asterisk Team (JIRA) noreply at issues.asterisk.org
Sat Aug 5 22:28:08 CDT 2017


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

Asterisk Team commented on ASTERISK-27181:
------------------------------------------

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].

> GCC 7 warning: app_voicemail.c: In function 'imap_delete_old_greeting'
> ----------------------------------------------------------------------
>
>                 Key: ASTERISK-27181
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27181
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_voicemail/IMAP
>    Affects Versions: 15.0.0-beta1
>         Environment: Fedora 26 x86_64, gcc-7.1.1-3.fc26.x86_64
>            Reporter: Anthony Messina
>            Severity: Minor
>
> Warning when compiling
> {code}
> gcc  -o app_directory.so -pthread -m64 -Wl,--as-needed,--library-path=/usr/lib64 -Wl,-z,relro     -shared -Wl,--version-script,app_directory.exports,--warn-common  app_directory.o  
> app_voicemail.c: In function 'imap_delete_old_greeting':
> app_voicemail.c:8918:17: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
>     sprintf(arg, "%d", i + 1);
>                  ^~~~
> In file included from /usr/include/stdio.h:939:0,
>                  from /builddir/build/BUILD/asterisk-15.0.0-beta1/include/asterisk/compat.h:49,
>                  from /builddir/build/BUILD/asterisk-15.0.0-beta1/include/asterisk.h:22,
>                  from app_voicemail.c:83:
> /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 2 and 11 bytes into a destination of size 10
>    return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>        __bos (__s), __fmt, __va_arg_pack ());
>        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> {code}



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



More information about the asterisk-bugs mailing list