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 remote config negative hash bug #775

Merged
merged 1 commit into from May 10, 2023
Merged

Conversation

mscwilson
Copy link
Contributor

A bug was reported when using certain remote config URIs. If the URI hash was negative, the tracker crashed with "Fatal error: Negative value is not representable" due to the negative number being passed to UInt.

Copy link
Contributor

@matus-tomlein matus-tomlein left a comment

Choose a reason for hiding this comment

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

Looks good!

The Github actions are hanging because Github seems to have deprecated the macOS 10.15 runner – could you just remove the actions with that runner like I did in this PR?

Copy link
Contributor

@matus-tomlein matus-tomlein left a comment

Choose a reason for hiding this comment

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

Actually feel free to merge into the release branch as all other tests pass and we'll fix the tests when the other PR is merged there.

@mscwilson mscwilson merged commit 05e12b6 into release/5.1.0 May 10, 2023
12 of 15 checks passed
@mscwilson mscwilson deleted the issue/negative_hash branch May 10, 2023 09:21
@matus-tomlein matus-tomlein mentioned this pull request May 11, 2023
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.

None yet

2 participants