Skip to content

Commit

Permalink
static code analysis : flawfinder
Browse files Browse the repository at this point in the history
  • Loading branch information
gits68 authored and dagwieers committed Jan 10, 2017
1 parent cd96eb7 commit bfb1f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atov.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ atov(char *str, int type)
type = 10;
}
}
// Flawfinder: ignore (strlen)
for (; i < strlen(str); i++) {
c = str[i];
if (isdigit(c)) {
Expand Down

0 comments on commit bfb1f01

Please sign in to comment.