Skip to content

Conversation

@RafaelGSS
Copy link
Member

@RafaelGSS RafaelGSS commented Nov 6, 2025

PTAL @mcollina @jasnell @smithc

Refs: #58380


I took the liberty to add you as Co-Authored-By - I hope you don't mind. Can you check if I'm using your best email?

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/crypto
  • @nodejs/security-wg

@RafaelGSS RafaelGSS marked this pull request as ready for review November 6, 2025 20:23
@nodejs-github-bot nodejs-github-bot added dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. labels Nov 6, 2025
@RafaelGSS RafaelGSS added fast-track PRs that do not need to wait for 48 hours to land. and removed needs-ci PRs that need a full CI run. dependencies Pull requests that update a dependency file. labels Nov 6, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2025

Fast-track has been requested by @RafaelGSS. Please 👍 to approve.

Co-Authored-By: Chris Smith <[email protected]>
Signed-off-by: RafaelGSS <[email protected]>
@RafaelGSS RafaelGSS force-pushed the fix-leak-ANS1_STRING_to_UTF8 branch from e06e579 to 615f5cd Compare November 6, 2025 20:30
return {
std::move(name_str),
std::string(reinterpret_cast<const char*>(value_str), value_str_size)};
std::move(out)
Copy link

Choose a reason for hiding this comment

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

Sorry, this latest test failure is my mistake with the previous suggestion; we're just missing the closing brace and semi-colon here at the end of this line.

Suggested change
std::move(out)
std::move(out)};

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

lgtm

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

Labels

fast-track PRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants