Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Apr 18, 2024
1 parent 406cd4e commit 9e250a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libclambcc/ClamBCVerifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,10 @@ class ClamBCVerifier : public PassInfoMixin<ClamBCVerifier>,

{
/*
* 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!!!" << "<END>\n";
Value * pCalledOperand = pci->getCalledOperand();
Function * ret = llvm::dyn_cast<Function>(pCalledOperand);
Expand Down

0 comments on commit 9e250a0

Please sign in to comment.