[asterisk-bugs] [JIRA] (ASTERISK-30232) Initialize stack-based ast_test_capture structures correctly
Philip Prindeville (JIRA)
noreply at issues.asterisk.org
Thu Sep 15 22:40:09 CDT 2022
Philip Prindeville created ASTERISK-30232:
---------------------------------------------
Summary: 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: 18.14.0, 16.28.0, 19.6.0, 20.0.0
Reporter: Philip Prindeville
Severity: Major
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