mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Update UsingStrcpyAsBoolean.cpp
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if(strcpy(szbuf1, "Manager") == 0) // most likely strcmp was intended instead of strcpy
|
||||
{
|
||||
// ...
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user