Apply suggestion from @geoffw0

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Ben Rodes
2026-02-17 10:49:58 -05:00
committed by GitHub
parent c811fae876
commit 1072d6a7b7

View File

@@ -257,6 +257,7 @@ class IgnorablePointerOrCharArithmetic extends IgnorableOperation {
)
or
// Operations on calls to functions named like "strlen", "wcslen", etc
// for example `strlen(foo) + bar`
this.(BinaryArithmeticOperation).getAnOperand().(Call).getTarget().getName().matches("%len%")
)
}