-
Notifications
You must be signed in to change notification settings - Fork 124
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
Add minisign ed25519 public-key signatures #546
base: master
Are you sure you want to change the base?
Conversation
9056606
to
ffbefa2
Compare
48c1a45
to
f4c7d66
Compare
} | ||
if (!sig_file) { | ||
snprintf(sigfile_buf, sizeof(sigfile_buf), "%s.minisig", msg_file); | ||
sig_file = sigfile_buf; |
Check warning
Code scanning / CodeQL
Local variable address stored in non-local memory
|
||
if (!sig_file) { | ||
snprintf(sigfile_buf, sizeof(sigfile_buf), "%s.minisig", msg_file); | ||
sig_file = sigfile_buf; |
Check warning
Code scanning / CodeQL
Local variable address stored in non-local memory
} | ||
} | ||
if (b64_end != NULL) { | ||
*b64_end = &b64[b64_pos]; |
Check warning
Code scanning / CodeQL
Local variable address stored in non-local memory
No description provided.