Skip to content

Fuzz test hedera_format_amount#79

Draft
jakubretajczykBD wants to merge 2 commits intoblockydevs:developfrom
jakubretajczykBD:test/fuzz-test-hedera-format-amount
Draft

Fuzz test hedera_format_amount#79
jakubretajczykBD wants to merge 2 commits intoblockydevs:developfrom
jakubretajczykBD:test/fuzz-test-hedera-format-amount

Conversation

@jakubretajczykBD
Copy link

Checklist

  • App update process has been followed
  • Target branch is develop
  • Application version has been bumped

} else if (buf[j] == '.') {
break;
} else {
j += 1;

Check notice

Code scanning / CodeQL

For loop variable changed in body Note

Loop counters should not be modified in the body of the
loop
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant