Skip to content

🐛 Fix issue with size conversion #234

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
May 30, 2025
Merged

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented May 30, 2025

Problem:

  • When the sizes of two objects differ by an even number of bytes, sized is incorrect.

Solution:

  • Fix it by checking > 1 rather than & 1.

Problem:
- When the sizes of two objects differ by an even number of bytes, `sized` is
  incorrect.

Solution:
- Fix it by checking `> 1` rather than `& 1`.
@elbeno elbeno enabled auto-merge May 30, 2025 20:38
@elbeno elbeno merged commit 58c741d into intel:main May 30, 2025
42 checks passed
@elbeno elbeno deleted the size-conversion-bug branch May 30, 2025 23:05
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