Fix: undefined bit shift operation when printing octal numbers
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 30 May 2016 18:39:27 +0000 (14:39 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 30 May 2016 18:51:29 +0000 (14:51 -0400)
commit81126c2a09f6ab431c8617ce3cbbb2a62a58f75d
tree2ee11b4e570ee5ae192f641e58ab345a0dcdabd0
parent14c2a1911366de2878a3d0e4ffe9d63c6bb44155
Fix: undefined bit shift operation when printing octal numbers

Reported by Coverity as:
CID 1355338 (#1 of 1): Bad bit shift operation (BAD_SHIFT)

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