spindleRunBE() use of uninitialized variable `args` in error path
Open
@rountree is already working on this.
Since Jun 19, 2026.
- Dominant language
- C
- Stars
- 110
- Forks
- 35
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 2
Description
https://github.com/llnl/Spindle/blob/a7d82c3e66a5864c67d435f545227a0a3efb8c12/src/server/startup/spindle_be.cc#L139
On `ldcs_audit_server_network_setup()` failure, the code calls `LOGGING_FINI` if `args.startup_type == startup_external`.
`args` is a local variable that is initialized in the next stanza.
`startup_external` is a `#define`.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.