[asterisk-bugs] [JIRA] (ASTERISK-25647) bug of cel_radius.c: wrong point of ADD_VENDOR_CODE
Aaron An (JIRA)
noreply at issues.asterisk.org
Mon Jan 4 05:44:33 CST 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-25647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=228796#comment-228796 ]
Aaron An commented on ASTERISK-25647:
-------------------------------------
Hi, I have got a license agreement validated and git clone the project. It takes me a lot of time to study git and Gerrit, fortunately I successfull upload the patch.
https://gerrit.asterisk.org/#/c/1901/
if there are any problems please tell me.
> 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/General
> Affects Versions: SVN, 13.6.0
> Reporter: Aaron An
> Assignee: Unassigned
> 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