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

Add cppcheck test to GitHub actions #769

Merged
merged 1 commit into from
Feb 7, 2025
Merged

Conversation

LinuxJedi
Copy link
Member

Found and fixed:

  • Fix typos in Renesas demo
  • Fix uninitialized variable reads
  • Fix redundant condition in wolfsshd
  • Fix argument checks in wolfsshd
  • Fix some null ptr dereferences
  • Fix ambiguous statement

@dgarske dgarske requested review from ejohnstown, dgarske and JacobBarthelmeh and removed request for dgarske February 5, 2025 15:22
@LinuxJedi LinuxJedi force-pushed the testing branch 2 times, most recently from c7540c4 to 4696a91 Compare February 5, 2025 19:38
@LinuxJedi
Copy link
Member Author

Enhanced a little bit with input from @douzzer.

Found and fixed:

* Fix typos in Renesas demo
* Fix uninitialized variable reads
* Fix redundant condition
* Fix argument checks
* Fix some null ptr dereferences
* Fix ambiguous statement
Copy link
Contributor

@douzzer douzzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in future, can use --enable='warning,portability' --library=std.cfg --inline-suppr

(edit: these are all now in the PR)

@douzzer douzzer merged commit 7ae768a into wolfSSL:master Feb 7, 2025
75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants