dallen-osr

Results 3 issues of dallen-osr

**Describe the bug** In the function EVS_GenerateEventTelemetry, CFE_EVS_Global.EVS_TlmPkt.Payload.MessageSendCounter is read, and then modified, in a manner which allows a race condition to increment twice and roll-over, when the desired effect...

GCC and Clang by default enable optimizations for strict aliasing. This is a problem for CFS users because the way that CFS is architected violates strict aliasing rules - for...

In `cfe_es_perf.c` in `CFE_ES_RunPerfLogDump`, on lines 428:429, `FileHdr.Length` is set to the size of the performance metadata plus the size of the number of entries to be written. `FileHdr` is...