Fix: Uninitialized ctf_stream_pos structure in ctf_float_write()
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 15 Oct 2013 17:23:33 +0000 (13:23 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 21 Feb 2014 16:59:42 +0000 (11:59 -0500)
commit919bd0236b6b419217e1ad969301bf6efa3d7f67
tree39f8d5c6736c2b710a5f1c035829f0e84405c635
parent61bd6060a4d068612997fb0ea56193cde5ea6ac9
Fix: Uninitialized ctf_stream_pos structure in ctf_float_write()

This structure is passed to _ctf_float_copy() which uses the
uninitialized mmap_offset and offset values to read the source
floating point value.

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