[asterisk-commits] coreyfarrell: branch 13 r433923 - /branches/13/build_tools/cflags.xml

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Apr 2 05:31:56 CDT 2015


Author: coreyfarrell
Date: Thu Apr  2 05:31:49 2015
New Revision: 433923

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=433923
Log:
Tell menuselect that MALLOC_DEBUG conflicts with DEBUG_CHAOS.

DEBUG_CHAOS was marked as conflicting with MALLOC_DEBUG, but
for this to work correctly MALLOC_DEBUG must also be marked
as conflicting with DEBUG_CHAOS.

Review: https://reviewboard.asterisk.org/r/4557/

Modified:
    branches/13/build_tools/cflags.xml

Modified: branches/13/build_tools/cflags.xml
URL: http://svnview.digium.com/svn/asterisk/branches/13/build_tools/cflags.xml?view=diff&rev=433923&r1=433922&r2=433923
==============================================================================
--- branches/13/build_tools/cflags.xml (original)
+++ branches/13/build_tools/cflags.xml Thu Apr  2 05:31:49 2015
@@ -77,6 +77,7 @@
 			<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">




More information about the asterisk-commits mailing list