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>
Thu, 31 Oct 2013 13:18:26 +0000 (09:18 -0400)
commit27611b66503a0c7f8bcb4a1be285e78d4f9cdbe3
treee5986fee275d5dacff3553d461dbef48c7d3e92b
parente0a5b455a6cf824c343fe094a1f75f2565eabb5f
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.024569 seconds and 4 git commands to generate.