Skip to content

quic: fix crash in onStreamClose - #65861

Open
martenrichter wants to merge 1 commit into
nodejs:mainfrom
martenrichter:fixstreamclosecrash
Open

quic: fix crash in onStreamClose#65861
martenrichter wants to merge 1 commit into
nodejs:mainfrom
martenrichter:fixstreamclosecrash

Conversation

@martenrichter

@martenrichter martenrichter commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

onStreamClose could crash, if this[kOwner] was not set.

onStreamClose could crash, if this[kOwner]
was not set.

Signed-off-by: Marten Richter <marten.richter@freenet.de>
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/quic

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC transport implementation. labels Sep 6, 2026
@martenrichter

Copy link
Copy Markdown
Contributor Author

@jasnell @pimterry fixes a nit.

@codecov

codecov Bot commented Sep 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.20%. Comparing base (ad67159) to head (1dd1025).
⚠️ Report is 52 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #65861      +/-   ##
==========================================
+ Coverage   90.14%   90.20%   +0.06%     
==========================================
  Files         769      771       +2     
  Lines      262968   264620    +1652     
  Branches    50060    50226     +166     
==========================================
+ Hits       237057   238710    +1653     
+ Misses      16932    16905      -27     
- Partials     8979     9005      +26     
Files with missing lines Coverage Δ
lib/internal/quic/quic.js 100.00% <100.00%> (ø)

... and 48 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bjohansebas bjohansebas added author ready PRs with CI started, the required approvals, and no outstanding review comments. request-ci Add this label to start a Jenkins CI on a PR. Only starts once the PR has an approving review. labels Sep 6, 2026
@github-actions github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. Only starts once the PR has an approving review. label Sep 6, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@jasnell jasnell added the commit-queue PRs queued for automated landing through the Commit Queue. label Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs with CI started, the required approvals, and no outstanding review comments. commit-queue PRs queued for automated landing through the Commit Queue. needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC transport implementation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants