Skip to content

Conversation

@ndossche
Copy link
Contributor

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: nodejs/node#61788

@jasnell
Copy link
Member

jasnell commented Feb 12, 2026

@ndossche ... looks like there's a minor commit convention lint issue to address

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: nodejs/node#61788
@ndossche
Copy link
Contributor Author

I see, I hope I addressed this now. I got confused by the nodejs commit style rules vs the rules of this repo I think.

@jasnell jasnell merged commit 630ee8b into nodejs:main Feb 12, 2026
13 checks passed
@jasnell
Copy link
Member

jasnell commented Feb 12, 2026

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants