[asterisk-bugs] [JIRA] (ASTERISK-21205) dundi_read_result crash
Jaco Kroon (JIRA)
noreply at issues.asterisk.org
Tue Mar 5 07:07:01 CST 2013
Jaco Kroon created ASTERISK-21205:
-------------------------------------
Summary: dundi_read_result crash
Key: ASTERISK-21205
URL: https://issues.asterisk.org/jira/browse/ASTERISK-21205
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: PBX/pbx_dundi
Affects Versions: 11.2.1
Environment: gentoo linux
kernel 3.7.3
Reporter: Jaco Kroon
Severity: Critical
Should dundi_lookup_internal return a negative number then so will dundi_lookup, which usually gets assigned to num_results, which is an unsigned int. Later when sorting this number is taken "as is", which then results in an out-of-bounds situation and a segfault (usually).
--
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