From 29c98706584f6089f30cfd8540571d4ead92b416 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 14 May 2024 12:35:32 +0200 Subject: disable xml/curl/g_ string transform compare --- instrumentation/compare-transform-pass.so.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'instrumentation/compare-transform-pass.so.cc') diff --git a/instrumentation/compare-transform-pass.so.cc b/instrumentation/compare-transform-pass.so.cc index ebab9cbb..496d69fc 100644 --- a/instrumentation/compare-transform-pass.so.cc +++ b/instrumentation/compare-transform-pass.so.cc @@ -468,6 +468,7 @@ bool CompareTransform::transformCmps(Module &M, const bool processStrcmp, bool nullCheck = false; Function *Callee = callInst->getCalledFunction(); + /* fprintf(stderr, "%s - %s - %s\n", callInst->getParent() ->getParent() @@ -476,7 +477,7 @@ bool CompareTransform::transformCmps(Module &M, const bool processStrcmp, .str() .c_str(), callInst->getParent()->getParent()->getName().str().c_str(), - Callee ? Callee->getName().str().c_str() : "NULL"); + Callee ? Callee->getName().str().c_str() : "NULL");*/ if (Callee) { -- cgit 1.4.1