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

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


Aaron An created ASTERISK-25647:
-----------------------------------

             Summary: 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: 13.6.0, SVN
            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