Skip to content

Conversation

@TheAudioGoblin
Copy link

  • Replaced addition (+) with bitwise OR (|) in _FRUT_version_to_dec to correctly pack version components.
  • Fixes incorrect results caused by addition-related overflow or bit corruption.
  • Ensures reliable encoding of version numbers for all valid inputs.

…twise OR

- Replaced addition (`+`) with bitwise OR (`|`) in `_FRUT_version_to_dec` to correctly pack version components.
- Fixes incorrect results caused by addition-related overflow or bit corruption.
- Ensures reliable encoding of version numbers for all valid inputs.
@MartyLake
Copy link
Collaborator

Hey @McMartin , I guess that the CI errors are not related to TheAudioGoblin changes. I tried to take a look , maybe the macOS vm there were updated (or not because macOS-13 is still listed in https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml ).

Do you think you could take a look at some point, or maybe we could merge this one as-is since it is a simple change ?

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