Skip to content

Commit

Permalink
Flawfinder exclusion added.
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Mar 12, 2020
1 parent 3d24fd0 commit 8dce6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Output.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ static inline void printHead()
{
const char* header = "KeyGen\tv" KEYGEN_VERSION "\0";
printf(" %s\n", header);
printLine('-', strlen(header) + 2, true);
printLine('-', strlen(header) + 2, true); // FlawFinder: ignore - \0 termination is guaranteed
}

void printHelp()
Expand Down

0 comments on commit 8dce6cf

Please sign in to comment.