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

[9.x] src: fix util abort by BridgeAR · Pull Request #19223 · nodejs/node · GitHub

/ node Public

[9.x] src: fix util abort - #19223

Closed
BridgeAR wants to merge 1 commit into
nodejs:v9.x-stagingfrom
BridgeAR:v9-fix-util-abort
Closed

[9.x] src: fix util abort#19223
BridgeAR wants to merge 1 commit into
nodejs:v9.x-stagingfrom
BridgeAR:v9-fix-util-abort

Conversation

BridgeAR commented Mar 8, 2018
edited
Loading

Copy link
Copy Markdown
Member

This makes sure util.isRegExp and util.isDate will not abort in case
more than one argument is passed to the function.

This got fixed in #18415 in 10.x. So this is a direct fix for 9.x instead of a backport.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

This makes sure util.isRegExp and util.isDate will not abort in case
more than one argument is passed to the function.
BridgeAR added the v9.x label Mar 8, 2018
nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. util Issues and PRs related to the built-in util module. v9.x labels Mar 8, 2018

BridgeAR commented Mar 8, 2018

Copy link
Copy Markdown
Member Author

BridgeAR mentioned this pull request Mar 8, 2018
4 tasks
BridgeAR added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Mar 8, 2018
BridgeAR mentioned this pull request Mar 20, 2018
4 tasks
MylesBorins force-pushed the v9.x-staging branch 3 times, most recently from d457b9d to 03c321a Compare March 20, 2018 11:56

MylesBorins left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

MylesBorins pushed a commit that referenced this pull request Mar 20, 2018
This makes sure util.isRegExp and util.isDate will not abort in case
more than one argument is passed to the function.

PR-URL: #19223
Reviewed-By: Myles Borins <myles.borins@gmail.com>

Copy link
Copy Markdown
Contributor

landed in 49391a7

targos mentioned this pull request Mar 20, 2018
BridgeAR deleted the v9-fix-util-abort branch April 1, 2019 23:39
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

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. util Issues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL