We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ArgNum = 0; else if (C.isCLibraryFunction(FDecl, "memccpy")) ArgNum = 3; else if (C.isCLibraryFunction(FDecl, "realloc")) ArgNum = 1;
here line 812 in GenericTaintChecker.cpp, 'memccpy' should be 'memcpy'