Skip to content

Macro guard parameter null check.#9856

Open
anhu wants to merge 1 commit intowolfSSL:masterfrom
anhu:rsa_guard
Open

Macro guard parameter null check.#9856
anhu wants to merge 1 commit intowolfSSL:masterfrom
anhu:rsa_guard

Conversation

@anhu
Copy link
Member

@anhu anhu commented Mar 3, 2026

Fixes ZD 21276

@anhu
Copy link
Member Author

anhu commented Mar 3, 2026

@aisle-analyzer

if (rsaKey != NULL) {
heap = rsaKey->heap;
}
#endif
Copy link
Contributor

Choose a reason for hiding this comment

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

if you have NO_RSA and HAVE_ECC you will get just:

else if (eccKey != NULL) {

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