Ticket #47 (new defect)
Opened 23 months ago
Account numbers greater than 2^31 (0x7fffffff) do not work correctly
| Reported by: | chris | Owned by: | chris |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12 |
| Component: | bbackupd | Version: | 0.11rc1 |
| Keywords: | account number bits signed | Cc: | rnhurt@… |
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.
Note: See
TracTickets for help on using
tickets.
