cFS icon indicating copy to clipboard operation
cFS copied to clipboard

The Core Flight System (cFS)

Results 75 cFS issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** CI only builds/runs with user privileges **Describe the solution you'd like** Add an elevated privileges build/run **Describe alternatives you've considered**...

enhancement
good first issue
continuous-integration

**Checklist (Please check before submitting)** * [ x] I reviewed the [Contributing Guide](https://github.com/nasa/cFS/blob/main/CONTRIBUTING.md). * [ x] I performed a cursory search to see if the bug report is relevant, not...

security
continuous-integration

I have written an app to test timer interrupt handling latency under heavy load. Two latencies are calculated, given a timer with period T and tick number J: - the...

## Follow up to discussion in nasa/osal#824 and in [CCB:2021-02-24](https://github.com/nasa/cFS/wiki/Community-CCB-Agenda:-February-24-2021) Here's my view of the situation so far. ### Problem: 1. Developers and users need to know what "version" they're...

``` /home/pi/Desktop/sat/cFS/cfe/fsw/cfe-core/src/sb/cfe_sb_buf.c: In function ‘CFE_SB_GetBufferFromPool’: /home/pi/Desktop/sat/cFS/cfe/fsw/cfe-core/src/sb/cfe_sb_buf.c:94:21: error: cast increases required alignment of target type [-Werror=cast-align] bd->Buffer = (CFE_SB_Buffer_t *)address; ^ cc1: all warnings being treated as errors ``` given its...

question

**Is your feature request related to a problem? Please describe.** Not enough static analysis warnings to keep interns busy. **Describe the solution you'd like** Try Coverity, trade against LGTM (or...

security
continuous-integration

**Is your feature request related to a problem? Please describe.** From the cFS Mailing list: >it would be nice to see a fully completed project to decipher why certain features...

docs

**Is your feature request related to a problem? Please describe.** Current CI uses SIMULATION=native for all builds **Describe the solution you'd like** Add one non-simulation build, consider matrix model as...

enhancement
continuous-integration

**Is your feature request related to a problem? Please describe.** CI in #39 only checks for warn/err/fail in cFS output **Describe the solution you'd like** Enforce the existence of the...

enhancement
continuous-integration

**Is your feature request related to a problem? Please describe.** Fuzz testing inputs invalid or random data to discover coding errors and security loopholes. Helps identifies improper input validation (CWE-20),...

security