[asterisk-bugs] [JIRA] (ASTERISK-23250) CDR(start) function is broken due to sizeof dereference
snuffy (JIRA)
noreply at issues.asterisk.org
Mon Feb 3 19:51:03 CST 2014
snuffy created ASTERISK-23250:
---------------------------------
Summary: CDR(start) function is broken due to sizeof dereference
Key: ASTERISK-23250
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23250
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Functions/func_cdr
Affects Versions: 12.0.0
Reporter: snuffy
Severity: Minor
When using ${CDR(start)} it did not display any output.
Using ${CDR(start,u)} displayed epoch as expected.
Reviewed code noticed that sizeof(*tempbuf) rather than sizeof(tempbuf)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list