Skip to content

spindleRunBE() use of uninitialized variable args in error path #191

Description

@rountree

if (args.startup_type == startup_external)

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions