Joseph Hickey

Results 69 comments of Joseph Hickey

Yeah, arbitrary data blobs are not really the emphasis/driving need behind this. Its more about the routing flexibility. We already had the notion of the message itself as well as...

Note that the DACS signal and the duplicate detection on incoming bundles uses the same underlying method/info to locate an existing bundle. So while the observed issue was related to...

This one is entirely plausible. `CFE_TBL_Load` has been on our list of worst offenders for over complexity. There are so many permutations of possibilities in here, it wouldn't surprise me...

Indeed, this is the way that "stackusage" tool that I cited works - it intercepts `pthread_create` and fills the stack with some sort of pattern and also registers an exit...

This is common with static analysis, in that it doesn't know context or relationships between things. Specifically in this context the CFE ES task ID is a conversion from the...

Adding this should permit the bundles to be stored in final/encoded form (CBOR) rather than the intermediate form they are stored in right now, which is larger than it needs...

Discussed at 2022-10-26 CCB, Check if CodeQL is available on this project, will revisit next week

This was recently noted by stakeholders - class A/B software is not supposed to do dynamic allocation. This is a violation of that rule.

It looks like in the recent rebase, some updates got merged incorrectly, causing the workflow failure

Rebased to latest mainline and manually fixed up some merge overlaps re: payload member. Workflows now pass and this should be good to go.