mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
core: Backport compatible MALLOC_DEBUG changes.
* Add support for MALLOC_DEBUG and DEBUG_CHAOS to be used together. * Add utils/astmm.c to .gitignore. * Fix MALLOC_DEBUG variant of __ast_vasprintf. This function called va_end(ap) upon allocation failure. This is incorrect since ap is passed as an argument. Change-Id: I9f27ced4ce3cbe4b39547a67f994fdff491978c0
This commit is contained in:
@@ -78,11 +78,9 @@
|
||||
<support_level>extended</support_level>
|
||||
</member>
|
||||
<member name="MALLOC_DEBUG" displayname="Keep Track of Memory Allocations">
|
||||
<conflict>DEBUG_CHAOS</conflict>
|
||||
<support_level>core</support_level>
|
||||
</member>
|
||||
<member name="DEBUG_CHAOS" displayname="Randomly FAIL memory allocations or other operations">
|
||||
<conflict>MALLOC_DEBUG</conflict>
|
||||
<support_level>core</support_level>
|
||||
</member>
|
||||
<member name="ADDRESS_SANITIZER" displayname="Address Sanitizer">
|
||||
|
||||
Reference in New Issue
Block a user