From 9e250a0ac0be58e78269c024a8e71bc18ae20aee Mon Sep 17 00:00:00 2001 From: Andy Ragusa Date: Thu, 18 Apr 2024 09:28:33 -0700 Subject: [PATCH] blah --- libclambcc/ClamBCVerifier.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libclambcc/ClamBCVerifier.cpp b/libclambcc/ClamBCVerifier.cpp index cbba7782e7..bd8aa74815 100644 --- a/libclambcc/ClamBCVerifier.cpp +++ b/libclambcc/ClamBCVerifier.cpp @@ -165,8 +165,10 @@ class ClamBCVerifier : public PassInfoMixin, { /* - * Issue is calling 'memstr', even though the id is the same. - * */ + * Issue is in 'memstr'. + * + * The 'needle' is not correct in the earlier versions. + */ llvm::errs() << "<" << __LINE__ << ">" << "TODO: Clean this up!!!" << "\n"; Value * pCalledOperand = pci->getCalledOperand(); Function * ret = llvm::dyn_cast(pCalledOperand);