Skip to content

Whitespace and formatting changes (applied via clang-format)

7354660
Select commit
Loading
Failed to load commit list.
Merged

Part cFS/Documents#11, Merge Internal Updates #468

Whitespace and formatting changes (applied via clang-format)
7354660
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 2, 2026 in 7s

10 new alerts

New alerts in code changed by this pull request

  • 10 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 43 in fsw/modules/iodriver/inc/iodriver_impl.h

See this annotation in the file changed.

Code scanning / CodeQL

Hidden pointer indirection Note

The typedef CFE_PSP_IODriver_ApiFunc_t hides pointer indirection.

Check notice on line 25 in fsw/modules/iodriver/src/iodriver.c

See this annotation in the file changed.

Code scanning / CodeQL

Variable scope too large Note

The variable CFE_PSP_IODriver_DEFAULT_API is only accessed in
CFE_PSP_IODriver_GetAPI
and should be scoped accordingly.

Check notice on line 94 in fsw/modules/iodriver/src/iodriver.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 109 in fsw/modules/iodriver/src/iodriver.c

See this annotation in the file changed.

Code scanning / CodeQL

Use of non-constant function pointer Note

This call does not go through a const function pointer.

Check notice on line 106 in fsw/modules/linux_sysmon/linux_sysmon.c

See this annotation in the file changed.

Code scanning / CodeQL

Variable scope too large Note

The variable linux_sysmon_subsystem_names is only accessed in
linux_sysmon_aggregate_dispatch
and should be scoped accordingly.

Check notice on line 107 in fsw/modules/linux_sysmon/linux_sysmon.c

See this annotation in the file changed.

Code scanning / CodeQL

Variable scope too large Note

The variable linux_sysmon_subchannel_names is only accessed in
linux_sysmon_aggregate_dispatch
and should be scoped accordingly.

Check notice on line 576 in fsw/modules/linux_sysmon/linux_sysmon.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 135 in fsw/pc-linux/src/cfe_psp_start.c

See this annotation in the file changed.

Code scanning / CodeQL

Variable scope too large Note

The variable longOpts is only accessed in
OS_Application_Startup
and should be scoped accordingly.

Check notice on line 141 in fsw/shared/src/cfe_psp_memrange.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 192 in fsw/shared/src/cfe_psp_memrange.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.