You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this line of code, member function access of the class is being used, but CodeFactor is incorrectly misidentifying this as being POSIX syscall access.
The expectation would be to not get a warning in this case, as this is a clear false-positive and a waste of triage time.
The text was updated successfully, but these errors were encountered:
CodeFactor is incorrectly diagnosing code as using
access
POSIX function when it is actually not:source
In this line of code, member function
access
of the class is being used, but CodeFactor is incorrectly misidentifying this as being POSIX syscallaccess
.The expectation would be to not get a warning in this case, as this is a clear false-positive and a waste of triage time.
The text was updated successfully, but these errors were encountered: