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

Account numbers greater than 2^31 (0x7fffffff) do not work correctly (Trac #47) #76

Open
boxbackup-bot opened this issue May 18, 2019 · 0 comments

Comments

@boxbackup-bot
Copy link

boxbackup-bot commented May 18, 2019

See bbstoreaccounts.cpp for example, where the account number is scanned into a signed 32-bit integer. This may cause problems for mixed 32-bit and 64-bit environments.

Migrated from https://www.boxbackup.org/ticket/47

{
    "status": "new", 
    "changetime": "2008-10-21T20:43:50", 
    "description": "See bbstoreaccounts.cpp for example, where the account number is scanned into a signed 32-bit integer. This may cause problems for mixed 32-bit and 64-bit environments.", 
    "reporter": "chris", 
    "cc": "rnhurt@gmail.com", 
    "resolution": "", 
    "_ts": "1224621830000000", 
    "component": "bbackupd", 
    "summary": "Account numbers greater than 2^31 (0x7fffffff) do not work correctly", 
    "priority": "normal", 
    "keywords": "account number bits signed", 
    "version": "0.11rc1", 
    "time": "2008-10-21T20:43:50", 
    "milestone": "0.12", 
    "owner": "chris", 
    "type": "defect"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants