[asterisk-bugs] [JIRA] (ASTERISK-25647) bug of cel_radius.c: wrong point of ADD_VENDOR_CODE
Aaron An (JIRA)
noreply at issues.asterisk.org
Sun Dec 27 20:26:32 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aaron An updated ASTERISK-25647:
--------------------------------
Component/s: (was: CEL/NewFeature)
CEL/General
> 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
> 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