Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Fuzzing #225

Closed
wants to merge 5 commits into from
Closed

WIP: Fuzzing #225

wants to merge 5 commits into from

Conversation

jibeee
Copy link
Contributor

@jibeee jibeee commented Dec 2, 2021

No description provided.

These functions replaces array_hexstr and custom snprintf formatter
("%.H"). This allows to re-enable format warnings at compile time,
and to perform unit tests without using our custom snprintf
implementation.
- Remove useless break after THROW
- Add breaks when they are missing
- Remove nested switch on same variable
@cseguret-ledger cseguret-ledger added the info needed More information needed label Feb 10, 2022
cedelavergne-ledger added a commit that referenced this pull request Apr 15, 2024
- Fix CodeQL warnings
- Port lots of improvements/fixes from PR #225
- replace 'array_hexstr' and '%*H' format by sdk function 'format_hex'
- Add 'noreturn' attribute in 'main.c'
cedelavergne-ledger added a commit that referenced this pull request Apr 26, 2024
- Fix CodeQL warnings
- Port lots of improvements/fixes from PR #225
- replace 'array_hexstr' and '%*H' format by sdk function 'format_hex'
- Add 'noreturn' attribute in 'main.c'
@cedelavergne-ledger
Copy link
Contributor

Closing, because code has changed a lot.
Most of the proposal are fixed in #570

@cedelavergne-ledger cedelavergne-ledger removed the info needed More information needed label May 24, 2024
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.

3 participants