llnl / llnl/Spindle

spindleRunBE() use of uninitialized variable `args` in error path

Open
#191 0 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.