[asterisk-bugs] [JIRA] (ASTERISK-24155) [patch]Non-portable and non-reliable recursion detection in ast_malloc
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Wed Jul 27 10:26:04 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-24155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Asterisk Team updated ASTERISK-24155:
-------------------------------------
Target Release Version/s: 14.0.0
> [patch]Non-portable and non-reliable recursion detection in ast_malloc
> ----------------------------------------------------------------------
>
> Key: ASTERISK-24155
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-24155
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/General, Core/Portability
> Affects Versions: 12.4.0
> Reporter: Timo Teräs
> Assignee: Corey Farrell
> Target Release: 11.18.0, 13.4.0, 14.0.0
>
> Attachments: ast_log_safe-11.patch, ast_log_safe-13.patch, ast_log_safe-trunk.patch, musl-outofmem-handling.patch
>
>
> Great care was earlier taken to not depend on execinfo.h's backtrace() which is non-portable. It was used if available, but it was not required. But now an unconditional core code dependency to it was added.
> This is also non-reliable on certain hardware architectures if the binary is fully stripped as there is no unwind information present.
> Basically the function is used for purposes it should never be used for. Please replace the recursive call logic with something better. See attached patch for one suggestions.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list