FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test_runner: prevent infinite loop on malformed v8 header by fru1tworld · Pull Request #63124 · nodejs/node · GitHub

/ node Public

test_runner: prevent infinite loop on malformed v8 header - #63124

Closed
fru1tworld wants to merge 1 commit into
nodejs:mainfrom
fru1tworld:fix/62693-test-runner-drain-loop
Closed

test_runner: prevent infinite loop on malformed v8 header#63124
fru1tworld wants to merge 1 commit into
nodejs:mainfrom
fru1tworld:fix/62693-test-runner-drain-loop

Conversation

Copy link
Copy Markdown

A child process emitting the v8 serializer header (FF 0F) followed by a payload length larger than the buffered data caused #drainRawBuffer() to spin forever. Detect the no-progress case and flush the remaining bytes as a test:stdout event.

Refs: #62693

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/test_runner

nodejs-github-bot added needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem. labels May 5, 2026

Copy link
Copy Markdown
Member

Duplicate of #62704

atlowChemi marked this as a duplicate of #62704 May 5, 2026
atlowChemi closed this May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL