Skip to content

Fixed coverity issue in acl_pll.cpp #224

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

Merged
merged 1 commit into from
Dec 7, 2022

Conversation

haoxian2
Copy link
Contributor

@haoxian2 haoxian2 commented Dec 7, 2022

Fixed coverity issue in acl_pll.cpp: Type: Invalid type in argument to printf format specifier (PRINTF_ARGS)

Arguments are of type size t but specified %d, so it was changed to %zu instead.

@haoxian2 haoxian2 requested review from pcolberg and zibaiwan December 7, 2022 16:09
… specifier

Arguments are of type `size t` but specified `%d`, so it was changed to `%zu` instead.
@pcolberg pcolberg added the bug Something isn't working label Dec 7, 2022
@pcolberg pcolberg added this to the 2023.1 milestone Dec 7, 2022
Copy link
Contributor

@pcolberg pcolberg left a comment

Choose a reason for hiding this comment

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

Thanks @haoxian2!

@pcolberg pcolberg merged commit f3fbe6e into intel:main Dec 7, 2022
@haoxian2 haoxian2 deleted the coverity-acl-pll branch December 7, 2022 21:07
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

Successfully merging this pull request may close these issues.

2 participants