Skip to content

src: guard against nullptr deref in TimerWrapHandle::Stop - #34460

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:timer-wrap-nullptr-deref
Closed

src: guard against nullptr deref in TimerWrapHandle::Stop#34460
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:timer-wrap-nullptr-deref

Conversation

@addaleax

Copy link
Copy Markdown
Member

Refs: #34454

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. timers Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout. labels Jul 21, 2020
@nodejs-github-bot

nodejs-github-bot commented Jul 21, 2020

Copy link
Copy Markdown
Collaborator

@jasnelljasnell added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 21, 2020
@jasnell

Copy link
Copy Markdown
Member

Fast-track? Please 👍🏻

@addaleaxaddaleax added the fast-track PRs that do not need to wait for 48 hours to land. label Jul 21, 2020
@addaleax

Copy link
Copy Markdown
MemberAuthor

Landed in feb93c4

addaleax added a commit that referenced this pull request Jul 21, 2020
Refs: #34454
PR-URL: #34460
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
@addaleax
addaleax deleted the timer-wrap-nullptr-deref branch July 21, 2020 19:11
cjihrig pushed a commit that referenced this pull request Jul 23, 2020
Refs: #34454
PR-URL: #34460
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
@ruyadorno

Copy link
Copy Markdown
Member

This does not land cleanly on v14.x 🤔 should it be backported ?

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++Issues and PRs that require attention from people who are familiar with C++.fast-trackPRs that do not need to wait for 48 hours to land.timersIssues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@addaleax@nodejs-github-bot@jasnell@ruyadorno@gengjiawen@devnexen@richardlau@targos