Skip to content

fix: stabilize ethereum fuzzing after develop merge

881bcf1
Select commit
Loading
Failed to load commit list.
Draft

Aymeric wip #1033

fix: stabilize ethereum fuzzing after develop merge
881bcf1
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 13, 2026 in 1m 41s

4 new alerts

New alerts in code changed by this pull request

  • 3 warnings
  • 1 note

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 125 in src/features/generic_tx_parser/gtp_value.c

See this annotation in the file changed.

Code scanning / CodeQL

Poorly documented large function Warning

Poorly documented function: fewer than 2% comments for a function of 105 lines.

Check warning on line 639 in src/features/sign_tx/eth_ustream.c

See this annotation in the file changed.

Code scanning / CodeQL

Poorly documented large function Warning

Poorly documented function: fewer than 2% comments for a function of 102 lines.

Check warning on line 127 in src/utils.c

See this annotation in the file changed.

Code scanning / CodeQL

Comparison result is always the same Warning

Comparison is always true because dst_size >= 1.

Check notice on line 44 in src/features/sign_tx/rlp_utils.c

See this annotation in the file changed.

Code scanning / CodeQL

Empty branch of conditional Note

Empty block without comment.