Skip to content
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

jmap_ical.c: Don't use stack variable out of scope #5289

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

wolfsage
Copy link
Contributor

sha1hexstr() returns a pointer to the keybuf arg, so if we want to use id in a higher scope, keybuf must also exist in a higher scope.

sha1hexstr() returns a pointer to the keybuf arg, so if we want to use
id in a higher scope, keybuf must also exist in a higher scope.
@wolfsage wolfsage requested review from rsto and ksmurchison February 14, 2025 18:13
@wolfsage wolfsage merged commit 604fa27 into cyrusimap:master Feb 14, 2025
3 checks passed
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