[asterisk-bugs] [JIRA] (ASTERISK-21205) [patch] dundi_read_result crash due to negative number
Joshua Colp (JIRA)
noreply at issues.asterisk.org
Tue Dec 19 05:03:07 CST 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-21205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua Colp updated ASTERISK-21205:
-----------------------------------
Severity: Major (was: Critical)
> [patch] dundi_read_result crash due to negative number
> ------------------------------------------------------
>
> 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, 13.18.4
> Environment: gentoo linux
> kernel 3.7.3
> Reporter: Jaco Kroon
> Attachments: asterisk-11.2.1-dundi-segfault-on-fail.patch
>
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list