Skip to content

Rebase#62

Open
muraliselvaraj2020 wants to merge 6 commits intordkcentral:developfrom
muraliselvaraj2020:develop
Open

Rebase#62
muraliselvaraj2020 wants to merge 6 commits intordkcentral:developfrom
muraliselvaraj2020:develop

Conversation

@muraliselvaraj2020
Copy link

No description provided.

@muraliselvaraj2020 muraliselvaraj2020 requested a review from a team as a code owner November 10, 2025 04:56
@github-actions
Copy link


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

#endif
printf("DBG: ##### Forcefully to set pkcs11 \n");
code = curl_easy_setopt(curl, CURLOPT_SSLENGINE, "pkcs11");
curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L);
Copy link
Contributor

Choose a reason for hiding this comment

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

Coverity Issue - Unchecked return value from library

Calling "curl_easy_setopt(curl, _curl_opt, 1L)" without checking return value. This library function may fail and return an error code.

Medium Impact, CWE-252
CHECKED_RETURN

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