Summary

debugger-client uses incorrect formatting strings for 32-bit systems

Metadata

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.