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

Coverity Fixes 4 #57

Merged
merged 3 commits into from
Sep 11, 2022
Merged

Coverity Fixes 4 #57

merged 3 commits into from
Sep 11, 2022

Conversation

simo5
Copy link
Member

@simo5 simo5 commented Sep 11, 2022

Once again coverity unveils real errors w/o false positives.
Yay!

Here coverity found an actual logic error, the intention was to store
a free session if none was store before so we need to check is the
storeage is empty.

Signed-off-by: Simo Sorce <simo@redhat.com>
Invalid type in argument to printf format specifier
We want to print the session number, not its pointer.

Signed-off-by: Simo Sorce <simo@redhat.com>
Invalid type in argument to printf format specifier
Format specifier inadvertently inverted.

Signed-off-by: Simo Sorce <simo@redhat.com>
@simo5 simo5 merged commit 00e6553 into latchset:main Sep 11, 2022
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.

1 participant