crypto: add null check to BIOPointer::New() #51
Annotations
1 error
|
commitlint
You have commit messages with errors
⧗ input: crypto: add null check to BIOPointer::New()
This function calls BIO_new() which mustn't receive a null pointer
argument. Yet it is able to handle null BIOs gracefully.
To solve this, add a null check.
Ref: https://github.com/nodejs/node/pull/61788
✖ type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|