Skip to content

Error paths dereference an uninitialized pointer #9442

Description

@daywalker90

The exact same pattern (const u8 *error; declared uninitialized, later conditionally set via sockpair(..., &error) before goto/fall-through to an error-send path) as in #8849 also exists at

  1. lightningd/peer_control.c:1380 (connect_activate_subd())
  2. lightningd/channel_control.c:331

as reported by @Andezion

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions