[asterisk-bugs] [JIRA] (ASTERISK-22788) [patch] main/translate.c: access to variable f after free in ast_translate()
Corey Farrell (JIRA)
noreply at issues.asterisk.org
Tue Oct 29 00:44:03 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Corey Farrell updated ASTERISK-22788:
-------------------------------------
Attachment: translate-access-after-free-11up.patch
translate-access-after-free-1.8.patch
> [patch] main/translate.c: access to variable f after free in ast_translate()
> ----------------------------------------------------------------------------
>
> Key: ASTERISK-22788
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22788
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/General
> Affects Versions: SVN, 1.8.24.0, 11.6.0, 12.0.0-beta1
> Reporter: Corey Farrell
> Attachments: translate-access-after-free-11up.patch, translate-access-after-free-1.8.patch, valgrind-access-error.txt
>
>
> If consume != 0 then "f" is free'd. It is later accessed if out != NULL and !ast_tvzero(delivery).
> This can be reproduced by sending a single call into ConfBridge in asterisk 11.
--
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