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

Wrong arguments in the memset() function call #1

Closed
kemonats opened this issue Oct 16, 2021 · 2 comments
Closed

Wrong arguments in the memset() function call #1

kemonats opened this issue Oct 16, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@kemonats
Copy link

In the files:
demo/src/utils.c
ei_demo/src/utils.c
minimal/src/utils.c
the memset() function calls should probably be like this:

memset(out_id->value, 0, sizeof(out_id->value));
@Mierunski Mierunski added the bug Something isn't working label Oct 17, 2021
@Mierunski
Copy link
Member

Hi!
Thanks for noticing, will fix the typo soon.

Best regards,
Mieszko

@kFYatek
Copy link
Contributor

kFYatek commented Mar 24, 2022

This is fixed in the today's release. We hope it didn't cause too much inconvenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants