myc-yang
myc-yang
**Describe the bug** When the ES and the EVS tasks initializes, they make various CFE_SB API calls (i.e. `CFE_SB_CreatePipe()` and `CFE_SB_Subscribe()`) which in turn call `CFE_EVS_SendEventWithAppID()` passing in the AppId...
I enabled the address sanitizer and ran the coverage-fs-ALL test when it flagged a READ buffer overflow at this line here: https://github.com/nasa/cFE/blob/main/modules/fs/ut-coverage/fs_UT.c#L341 UtAssert_INT32_EQ(CFE_FS_ParseInputFileNameEx(OutBuffer, "/path/", sizeof(OutBuffer), 10, NULL, TEST_DEFAULT_PATH, TEST_DEFAULT_EXTENSION), I...
In draco, when I enabled the address sanitizer, it flagged a stack buffer overflow in CS_RecomputeAppChildTask_Test_CouldNotGetAddress() (https://github.com/nasa/CS/blob/draco-rc5/unit-test/cs_compute_tests.c#L1456) because the test goes past the boundary of DefAppTbl (https://github.com/nasa/CS/blob/draco-rc5/unit-test/cs_compute_tests.c#L1459).