[asterisk-bugs] [JIRA] (ASTERISK-25647) bug of cel_radius.c: wrong point of ADD_VENDOR_CODE

Asterisk Team (JIRA) noreply at issues.asterisk.org
Fri Dec 25 02:16:33 CST 2015


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

Asterisk Team commented on ASTERISK-25647:
------------------------------------------

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

> bug of cel_radius.c: wrong point of ADD_VENDOR_CODE
> ---------------------------------------------------
>
>                 Key: ASTERISK-25647
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25647
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: CEL/NewFeature
>    Affects Versions: SVN, 13.6.0
>            Reporter: Aaron An
>            Severity: Critical
>
> #define ADD_VENDOR_CODE(x,y) (rc_avpair_add(rh, send, x, &y, strlen(y), VENDOR_CODE))
> shoud change to:
> #define ADD_VENDOR_CODE(x,y) (rc_avpair_add(rh, send, x, y, strlen(y), VENDOR_CODE))



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



More information about the asterisk-bugs mailing list