Fix: ctf-text: signed base 8, 16 printout
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 6 May 2016 20:08:57 +0000 (16:08 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 6 May 2016 21:18:17 +0000 (17:18 -0400)
commit943362e30c5cda97300836d1d60f4b6e6d2a4b1e
tree17dd92852af82117ffc4dd9822383d76d4ff3922
parent4fe060621b0107a9be071f547c4c5937c213a503
Fix: ctf-text: signed base 8, 16 printout

Base 16 signed integer printout is buggy for 64-bit length: a shift of
64-bit is undefined.

Change printout of base 8 signed integer to match what is done for
base 16.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf-text/types/integer.c
This page took 0.023971 seconds and 4 git commands to generate.