Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: add default value for RSACipherConfig mode field #56701

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wooffie
Copy link

@wooffie wooffie commented Jan 22, 2025

Using default init of enum is UB
Refs: #56693

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/crypto

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run. labels Jan 22, 2025
@nodejs-github-bot
Copy link
Collaborator

Copy link

codecov bot commented Jan 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.21%. Comparing base (bf59539) to head (56fb34f).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #56701   +/-   ##
=======================================
  Coverage   89.21%   89.21%           
=======================================
  Files         662      662           
  Lines      191934   191935    +1     
  Branches    36945    36953    +8     
=======================================
+ Hits       171227   171230    +3     
  Misses      13543    13543           
+ Partials     7164     7162    -2     
Files with missing lines Coverage Δ
src/crypto/crypto_rsa.h 55.55% <100.00%> (+2.61%) ⬆️

... and 22 files with indirect coverage changes

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. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants