Skip to content

Commit 16a7b4c

Browse files
committed
Only make ParseTaint log its results if the TAINT_DEBUG flag is set.
This fixes that all debug builds are currently broken.
1 parent d5957fe commit 16a7b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taint/Taint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ class TaintList
837837

838838
// Set to true to enable various debug outputs regarding end2end tainting
839839
// throughout the engine.
840-
#define DEBUG_E2E_TAINTING (DEBUG)
840+
#define DEBUG_E2E_TAINTING (TAINT_DEBUG)
841841

842842
/*
843843
* Deserialize taint information from its string representation. Required for

0 commit comments

Comments
 (0)