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

Uninit field at src/crypto/crypto_rsa.h RSACipherConfig #56693

Open
wooffie opened this issue Jan 22, 2025 · 0 comments
Open

Uninit field at src/crypto/crypto_rsa.h RSACipherConfig #56693

wooffie opened this issue Jan 22, 2025 · 0 comments

Comments

@wooffie
Copy link

wooffie commented Jan 22, 2025

Version

20.18.0

Platform

any

Subsystem

crypto

What steps will reproduce the bug?

Default ctor of RSACipherConfig class cannot initialize field CryptoJobMode mode

RSACipherConfig() = default;

Consider set default value for mode, otherwise it is undefined behavior

P.S. I learn some code uses that, looks its not critical, but will be fine to eliminate this bug

How often does it reproduce? Is there a required condition?

By using default ctor and access field mode

What is the expected behavior? Why is that the expected behavior?

Field should have default value

What do you see instead?

No default value

Additional information

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Reporter: Burkov Egor (eburkov@rvision.ru).

Organization: R-Vision (support@rvision.ru).

wooffie pushed a commit to wooffie/node that referenced this issue Jan 22, 2025
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

No branches or pull requests

1 participant