DISTORTEC / distortos

object-oriented C++ RTOS for microcontrollers
https://distortos.org/
Mozilla Public License 2.0
430 stars 66 forks source link

Add missing 'return' keyword #68

Closed szsam closed 1 year ago

FreddieChopin commented 1 year ago

Thanks! I'm speechless as for the issue itself (; I have no idea how's that possible that I wrote this code (;

adamvm commented 1 year ago

I suggest adding code coverage tool - it will help to improve unittests and 2nd thing check with clang-tidy generali it would maybe not helped in this particular case, but generally support to get even higher code quality

Machiry commented 4 months ago

Hello @FreddieChopin and @adamvm ,

My name is Aravind Machiry, Assistant Professor at Purdue's ECE Department.

Thank you for considering this pull request. This pull request was the result of our on-going research work (along with @szsam) to improve the security and quality of open-source embedded projects.

In addition to scanning codebases with CodeQL, we are also doing a short (~4 minutes) survey to understand the use of static analysis tools like gcc -Wall and CodeQL in embedded software projects.

It would greatly benefit our research if you could fill this anonymous survey: https://purdue.ca1.qualtrics.com/jfe/form/SV_0OnXfr5plPe1QCa

Thank you, Aravind