Summary
debugger-client uses incorrect formatting strings for 32-bit systems
Metadata
- Id: e5b8e3ef8bea214ea85df5114511f7bca7a1b7d1
- Trac id: 1279
- Type: defect
- Reporter: sjamaan
- Owner:
- Cc:
- Status: closed
- Component: core tools
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: 4.11.0
- Version: 4.10.x
- Changetime: 2016-04-12 06:46:31 UTC
- Created: 2016-04-09 10:57:23 UTC
- Keywords:
Description
On 32-bit systems, the formatting strings for printf/scanf in debugger-client.scm are invalid because they accept a C_word which is not the same as a long like on 64-bit platforms.
Changes and comments
[2016-04-12 06:46:31 UTC] evhan changed status from new to closed
[2016-04-12 06:46:31 UTC] evhan set resolution to fixed
[2016-04-12 06:46:31 UTC] evhan wrote:
Fixed by 19578e3, 3adc144, d22d724.