Skip to content

Pr1 src#7

Open
muse-tester-lang wants to merge 4 commits intomasterfrom
pr1-src
Open

Pr1 src#7
muse-tester-lang wants to merge 4 commits intomasterfrom
pr1-src

Conversation

@muse-tester-lang
Copy link
Copy Markdown
Owner

No description provided.

Comment thread src/acvp_ecdsa.c

json_object_set_number(r_tobj, "tcId", tc_id);

rv = acvp_ecdsa_init_tc(ctx, alg_id, &stc, tc_id, curve, secret_gen_mode, qx, qy, message, r, s);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

CWE 457 advisory: potential uninitialized variable
(at-me in a reply with help or ignore)

Comment thread src/acvp_ecdsa.c

json_object_set_number(r_tobj, "tcId", tc_id);

rv = acvp_ecdsa_init_tc(ctx, alg_id, &stc, tc_id, curve, secret_gen_mode, qx, qy, message, r, s);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

CWE 457 advisory: potential uninitialized variable
(at-me in a reply with help or ignore)

@muse-tester-lang muse-tester-lang changed the base branch from pr1-dst to master July 27, 2022 19:05
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