You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will Not Fix. sizeof is not applied to Spec directly; instead, Spec is used as a format string in vsnprintf within EVS_GenerateEventTelemetry, which handles the string length appropriately based on the format specified and the variable arguments received.
\cfe\modules\evs\fsw\src
cfe_evs.c
169
Spec
\cfe\modules\evs\fsw\src
cfe_evs.c
199
sizeof
Will Not Fix. sizeof is not applied to Spec directly; instead, Spec is used as a format string in vsnprintf within EVS_GenerateEventTelemetry, which handles the string length appropriately based on the format specified and the variable arguments received.
\cfe\modules\evs\fsw\src
cfe_evs.c
218
Spec
\cfe\modules\evs\fsw\src
cfe_evs.c
244
sizeof
Will Not Fix. sizeof is not applied to Spec directly; instead, Spec is used as a format string in vsnprintf within EVS_GenerateEventTelemetry, which handles the string length appropriately based on the format specified and the variable arguments received.
Describe the bug
Handful of static analysis issues. This report records the findings from the static analysis to facilitate their tracking.
To Reproduce
N/A. These issues were communicated by JSC.
Expected behavior
Need to resolve these. Should resolve and/or disposition the higher ranked ones at minimum.
Code snips
N/A
System observed on:
N/A
Additional context
N/A
Reporter Info
Imported from JSC 2.1 static analysis
The text was updated successfully, but these errors were encountered: