Skip to content

Fix #1399, Refactor common code out of EVS_ResetFilter functions#2656

Open
thnkslprpt wants to merge 1 commit intonasa:mainfrom
thnkslprpt:fix-1399-refactor-common-code-out-of-EVS-Reset-Filter
Open

Fix #1399, Refactor common code out of EVS_ResetFilter functions#2656
thnkslprpt wants to merge 1 commit intonasa:mainfrom
thnkslprpt:fix-1399-refactor-common-code-out-of-EVS-Reset-Filter

Conversation

@thnkslprpt
Copy link
Contributor

Checklist

Describe the contribution

Testing performed
GitHub CI actions all passing successfully (incl. Build + Run, Unit/Functional Tests etc.).

Expected behavior changes
None.

System(s) tested on
Debian 12 using the current main branch of cFS bundle.

Contributor Info
Avi Weiss   @thnkslprpt

* See description in header file for argument/return detail
*
*-----------------------------------------------------------------*/
int32 EVS_VerifyRegisteredApp(EVS_AppData_t **AppDataPtr)

Check notice

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.
Status = EVS_GetCurrentContext(AppDataPtr, &AppID);
if (Status == CFE_SUCCESS)
{
if (!EVS_AppDataIsMatch(*AppDataPtr, AppID))

Check warning

Code scanning / CodeQL

Side effect in a Boolean expression Warning

This Boolean expression is not side-effect free.
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.

Refactor common code out of CFE_EVS_ResetFilter and CFE_EVS_ResetAllFilters

1 participant