avan989
avan989
Fix #2553, fix test that was passing null value into vsnprintf **Checklist (Please check before submitting)** * [x] I reviewed the [Contributing Guide](https://github.com/nasa/cFE/blob/main/CONTRIBUTING.md). * [x] I signed and emailed the...
**Describe the bug** When run with address sanitizer option the following error occurs: ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==9380==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f63fa6e4926 bp 0x7ffe746f7540 sp 0x7ffe746f6c88 T0)...
Fix #2576, Runtime Error was detected when running coverage-es-ALL-testrunner in TestApps. Resolved buffer overflow. **Checklist (Please check before submitting)** * [x] I reviewed the [Contributing Guide](https://github.com/nasa/cFE/blob/main/CONTRIBUTING.md). * [x] I signed...
**Describe the bug** Running with f-sanitizer shows a runtime error in coverage-evs-ALL: ``` member access within misaligned address 0x000041b58ab3 for type 'const union CFE_SB_Buffer_t', which requires 16 byte alignment ```...
**Describe the bug** Running with f-sanitizer shows the following error: ``` /home/vboxuser/Desktop/cFS/cfe/modules/msg/fsw/src/cfe_msg_sechdr_time.c:95:42: runtime error: left shift of 144 by 24 places cannot be represented in type 'int' ``` **To Reproduce**...
**Describe the bug** running with f-sanitizer detect runtime error: ``` /home/vboxuser/Desktop/cFS/cfe/modules/es/fsw/src/cfe_es_apps.c:215:65: runtime error: index 130 out of bounds for type 'char [128]' ``` **To Reproduce** Steps to reproduce the behavior:...
Fix #441, Update to handle an error during tx. For polling, the file gets moved or deleted to prevent an infinite loop. For others, the file does not get deleted....
fix #445, 1. update CF_DoSuspRes to increment the command counter and issue an info event instead of an error event. 2. Update the Enable_engine command to increment the cmd counter...
**Checklist (Please check before submitting)** * [x] I reviewed the [Contributing Guide](https://github.com/nasa/CF/blob/main/CONTRIBUTING.md). * [x] I performed a cursory search to see if the bug report is relevant, not redundant, nor...
**Checklist (Please check before submitting)** * [x] I reviewed the [Contributing Guide](https://github.com/nasa/CF/blob/main/CONTRIBUTING.md). * [x] I performed a cursory search to see if the bug report is relevant, not redundant, nor...