Ariel Skye Walker

Results 8 issues of Ariel Skye Walker

**Is your feature request related to a problem? Please describe.** Would like to display the total number of issues closed for each release. **Describe the solution you'd like** The output...

CodeQL is throwing an error for multiple variable declarations on one line when there is not multiple declarations. ``` } *PortNum = ntohs(sa_port); return OS_SUCCESS; } /* end OS_SocketAddrGetPort_Impl */...

C++
false-positive

When running afl-fuzz with asan and no fork server, the program is stuck at `dup2(dev_null_fd, 1);` in afl-fuzz.c. With the fork server, afl-fuzz is stuck at `s32 res;` in afl-fuzz.c....

**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...

docs
requirements
Equuleus-rc2

**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

**Is your feature request related to a problem? Please describe.** Stress testing analyzes the system under extremely heavy load conditions and has several benefits. Testing helps identify initialization problems and...

security

**Describe the bug** Passing a non-constant 'format' string to a printf-like function can lead to a mismatch between the number of arguments defined by the 'format' and the number of...

coverage

**Describe the bug** Out-of-bounds access (OVERRUN). Overrunning struct type CFE_MSG_Message_t of 16 bytes by passing it to a function which accesses it at byte offset 39 using argument 40UL. **Expected...

enhancement