Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upn-api: guard against cond null dereference #21871
Conversation
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
added
C++
dont-land-on-v4.x
n-api
labels
Jul 18, 2018
This comment has been minimized.
This comment has been minimized.
|
CI to flush out potential platform-dependent bugs: https://ci.nodejs.org/job/node-test-pull-request/15937/ |
gabrielschulhof
force-pushed the
gabrielschulhof:help-1387-tsfn-zero-queue
branch
from
bdc2b60
to
837e716
Jul 18, 2018
This comment has been minimized.
This comment has been minimized.
|
Another CI after fixing syntax: https://ci.nodejs.org/job/node-test-pull-request/15938/ |
Trott
removed
the
dont-land-on-v4.x
label
Jul 19, 2018
gabrielschulhof
force-pushed the
gabrielschulhof:help-1387-tsfn-zero-queue
branch
from
837e716
to
6f71428
Jul 19, 2018
This comment has been minimized.
This comment has been minimized.
|
Improved the commit message a bit. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@nodejs/collaborators may I please have another review before landing this? |
cjihrig
approved these changes
Jul 23, 2018
benjamingr
approved these changes
Jul 23, 2018
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Landed in 53296e8. |
gabrielschulhof
closed this
Jul 24, 2018
gabrielschulhof
added a commit
that referenced
this pull request
Jul 24, 2018
gabrielschulhof
deleted the
gabrielschulhof:help-1387-tsfn-zero-queue
branch
Jul 24, 2018
targos
added a commit
that referenced
this pull request
Jul 24, 2018
This was referenced Aug 1, 2018
gabrielschulhof
added a commit
to gabrielschulhof/node
that referenced
this pull request
Dec 13, 2018
gabrielschulhof
added a commit
to gabrielschulhof/node
that referenced
this pull request
Dec 28, 2018
MylesBorins
added a commit
that referenced
this pull request
Jan 18, 2019
rvagg
added a commit
that referenced
this pull request
Feb 28, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
gabrielschulhof commentedJul 18, 2018
A condition variable is only created by the thread-safe function if the
queue size is set to something larger than zero. This adds tests for the
case where the queue size is zero.
Fixes: nodejs/help#1387
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes