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

Fix a cast #2154

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Fix a cast #2154

merged 1 commit into from
Aug 20, 2024

Conversation

jan-cerny
Copy link
Member

The size_t is implementation-dependent data type, it shouldn't be cast to unsigned int.
Fixes failing test probes/filehash58/test_probes_filehash58.sh on s390x architecture.

The size_t is implementation-dependent data type, it shouldn't be
cast to unsigned int.
Fixes failing test probes/filehash58/test_probes_filehash58.sh
on s390x architecture.
@jan-cerny jan-cerny marked this pull request as ready for review August 20, 2024 09:04
Copy link
Contributor

@evgenyz evgenyz left a comment

Choose a reason for hiding this comment

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

CI failure is unrelated. LGTM.

@evgenyz evgenyz merged commit ff8e68c into OpenSCAP:main Aug 20, 2024
18 of 19 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