Fix format load_address for 32 bits architectures
authorSophie Brun <sophie@freexian.com>
Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)
committerRaphaël Hertzog <hertzog@debian.org>
Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)
commita4d325cd1fcbe02cee9cdf3c63a688e2f200ed56
tree4e73df69ebff3d63063f451610b4e3eb0f92f0fe
parent2215b8feed25c886c0211be5a5e2609925c47b2a
Fix format load_address for 32 bits architectures

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881997
Forwarded: https://bugs.chromium.org/p/chromium/issues/detail?id=786969
Last-Update: 2017-11-20

The offset and load_address are 64bits integers
On 32bits we have to use strtoull (instead of strtoul) to parse number
into 64bits unsigned integers. Without this the parsed numbers are
truncated to 2^32-1.
Last-Update: 2017-11-20
Gbp-Pq: Name 0013-fix-format-load-address.patch
futility/cmd_bdb.c