Igor Luppi
Igor Luppi
https://github.com/OpenSatKit/OpenSatKit/blob/7d0532800a355832869e979176fe548979e49d7d/cfs/apps/ds/fsw/src/ds_cmds.c#L1547 In line 1547 from `ds_cmds`, the MID should be added to the hash. The current OSK DS version has a bug where it's possible to add the same MID...
**Checklist (Please check before submitting)** * [x] I reviewed the [Contributing Guide](https://github.com/nasa/SC/blob/main/CONTRIBUTING.md). * [x] I performed a cursory search to see if the bug report is relevant, not redundant, nor...
### Is your feature request related to a problem? Please describe. The current [build script](https://raw.github.com/Axel-Naumann/cling-all-in-one/master/clone.sh) (or manual build process) generates a cling binary that relies on external dependencies located in...
**Describe the bug** When ulimit -a is performed in regular machine' shell we got: ` POSIX message queues (bytes, -q) 4194304 ` But Github runners are limiting it to another...