[asterisk-bugs] [JIRA] (ASTERISK-25647) bug of cel_radius.c: wrong point of ADD_VENDOR_CODE
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Mon Dec 28 09:45:33 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton updated ASTERISK-25647:
------------------------------------
Assignee: Aaron An
Status: Waiting for Feedback (was: Triage)
> 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: 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