Skip to content

crypto: use CHECK_NE instead of ABORT or abort#10413

Merged
sam-github merged 1 commit intonodejs:masterfrom
sam-github:use-check-ne-not-abort
Dec 29, 2016
Merged

crypto: use CHECK_NE instead of ABORT or abort#10413
sam-github merged 1 commit intonodejs:masterfrom
sam-github:use-check-ne-not-abort

Conversation

@sam-github
Copy link
Contributor

Use of abort() was added in 34febfb, and changed to ABORT()
in 21826ef, but conditional+ABORT() is better expressesed
using a CHECK_xxx() macro.

See: #9409 (comment)

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

src,crypto,tls

Description of change

Loading
Sign up for free to 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++. crypto Issues and PRs related to the crypto subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants