Skip to content

Conversation

@chinglee-iot
Copy link
Member

@chinglee-iot chinglee-iot commented Feb 21, 2024

Description

  • Fix rule 18.6 deviations. Not to operaters on pointer.
  • Fix rule 9.1 deviations. Initialize the local variable to prevent use of uninitialized variable.

Test Steps

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

* Fix rule 18.6 deviations. Not to operaters on pointer.
* Fix rule 9.1 deviations. Initialize the local variable to prevent use
  of uninitialized variable.
@Skptak
Copy link
Contributor

Skptak commented Feb 22, 2024

Will this repo need the same change to the CI build as coreMQTT's ci.yml file?

Will it also need its unit test version bumped up as was done in coreMQTT/test/CMakeList.txt?

* Rename UNIT_TEST to UNITTEST and COVERITY to COV_ANALYSIS to align
  FreeRTOS libraries
@chinglee-iot
Copy link
Member Author

Will this repo need the same change to the CI build as coreMQTT's ci.yml file?

Will it also need its unit test version bumped up as was done in coreMQTT/test/CMakeList.txt?

Thanks for comment. Update in new commit.

@chinglee-iot chinglee-iot merged commit 190d950 into FreeRTOS:main Feb 29, 2024
@chinglee-iot chinglee-iot deleted the fix-misra-deviation branch February 29, 2024 09:12
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.

5 participants