Skip to content

crypto: add null check to BIOPointer::New() #51

crypto: add null check to BIOPointer::New()

crypto: add null check to BIOPointer::New() #51

Re-run triggered February 12, 2026 16:06
Status Failure
Total duration 24s
Artifacts

commitlint.yml

on: pull_request
commitlint
14s
commitlint
Fit to window
Zoom out
Zoom in

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