[asterisk-bugs] [JIRA] (ASTERISK-27576) [patch] res_config_pgsql: Avoid typecasting an int to unsigned char.

Alexander Traud (JIRA) noreply at issues.asterisk.org
Fri Jan 12 03:46:40 CST 2018


     [ https://issues.asterisk.org/jira/browse/ASTERISK-27576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Traud updated ASTERISK-27576:
---------------------------------------

    Comment: was deleted

(was: 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].)

> [patch] res_config_pgsql: Avoid typecasting an int to unsigned char.
> --------------------------------------------------------------------
>
>                 Key: ASTERISK-27576
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27576
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_config_pgsql
>    Affects Versions: 13.19.0, 15.2.0
>            Reporter: Alexander Traud
>            Severity: Trivial
>
> The compiler _clang_ (5.0.1) reports:{code}res_config_pgsql.c:1299:7: warning: format specifies type 'unsigned char' but the argument has type 'int' [-Wformat]
>                                                 size < 15 ? size * 2 :
>                                                 ^~~~~~~~~~~~~~~~~~~~~~{code}
> This issue is caused by the fix for ASTERISK-27156. Previously, the compiler _gcc_ (7.2) reported:{code}res_config_pgsql.c: In function 'require_pgsql':
> res_config_pgsql.c:1298:51: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 10 [-Wformat-truncation=]
>       snprintf(fieldtype, sizeof(fieldtype), "CHAR(%d)",
>                                                    ^~
> res_config_pgsql.c:1298:45: note: directive argument in the range [-2147483648, 255]
>       snprintf(fieldtype, sizeof(fieldtype), "CHAR(%d)",
>                                              ^~~~~~~~~~{code}



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



More information about the asterisk-bugs mailing list