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

More 32 bit to 64 bit changes #1347

Merged
merged 6 commits into from
Oct 10, 2018
Merged

More 32 bit to 64 bit changes #1347

merged 6 commits into from
Oct 10, 2018

Conversation

jmjatlanta
Copy link
Contributor

@jmjatlanta jmjatlanta commented Sep 28, 2018

Fixes #1206

There are 32 bit variables all throughout the code. Each one could stand to be reviewed (over 2000 by my count). This PR takes care of a few that were being used as counters that could overflow.

Blindly converting all 32 bit values to 64 bit is not advisable. Neither is attempting to review every 32 bit variable within 1 github issue. This PR takes care of the few that were found in issue #1206.

Copy link
Member

@abitmore abitmore left a comment

Choose a reason for hiding this comment

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

We need to bump db_version.

@abitmore
Copy link
Member

abitmore commented Oct 9, 2018

Perhaps we can include this in 201810 release? BTW I'd like to keep the issue open for future findings even after merged this. Thoughts?

@pmconrad
Copy link
Contributor

Agree about keeping the issue open.

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.

3 participants