[asterisk-bugs] [JIRA] (ASTERISK-30232) Initialize stack-based ast_test_capture structures correctly
Friendly Automation (JIRA)
noreply at issues.asterisk.org
Mon Sep 26 09:41:09 CDT 2022
[ https://issues.asterisk.org/jira/browse/ASTERISK-30232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=260313#comment-260313 ]
Friendly Automation commented on ASTERISK-30232:
------------------------------------------------
Change 19344 merged by Friendly Automation:
test: initialize capture structure before freeing
[https://gerrit.asterisk.org/c/asterisk/+/19344|https://gerrit.asterisk.org/c/asterisk/+/19344]
> Initialize stack-based ast_test_capture structures correctly
> ------------------------------------------------------------
>
> Key: ASTERISK-30232
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-30232
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Tests/General
> Affects Versions: 20.0.0, 19.6.0, 16.28.0, 18.14.0
> Reporter: Philip Prindeville
> Assignee: Philip Prindeville
>
> If we allocate an ast_test_capture structure and call ast_test_capture_free() without having initialized it, we may get double frees or other undefined behavior.
> This structure should always be initialized before being used.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list