Skip to content

pkcs11_test.c: fix uninitialized - #616

Open
SparkiDev wants to merge 1 commit into
wolfSSL:masterfrom
SparkiDev:pkcs11_test_c_fix
Open

pkcs11_test.c: fix uninitialized#616
SparkiDev wants to merge 1 commit into
wolfSSL:masterfrom
SparkiDev:pkcs11_test_c_fix

Conversation

@SparkiDev

@SparkiDev SparkiDev commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Some compilers believe that modSz and expSz may be uninitialized at use.
Initialize to 0 to stop warnings.

Some compilers believe that modSz and expSz may be uninitialized at use.
Initialize to 0 to stop warnings.
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