Skip to content

Fix error handling issues in _remote_debugging module #146308

@pablogsal

Description

@pablogsal

Several error handling patterns in Modules/_remote_debugging/ need cleanup:

  • Missing error checks on some code paths (e.g., varint decoding, memory allocation failures)
  • Inconsistent error propagation across platforms
  • A couple of reference counting issues on error paths

Working on a fix.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.14bugs and security fixes3.15new features, bugs and security fixesextension-modulesC modules in the Modules dirtype-refactorCode refactoring (with no changes in behavior)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions