Fix babeltrace-log uninitialized memory (v2)
authorHui Zhu <teawater@gmail.com>
Fri, 7 Sep 2012 13:16:55 +0000 (09:16 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 7 Sep 2012 13:16:55 +0000 (09:16 -0400)
commit89ca8829438506a5137713ec1a6c8e1fab1bbedd
tree401d0b6d10420ae548f8708a9319a5b8179fa03a
parent3b565cdcacfd6cb8d969d11ca041508af1b593b6
Fix babeltrace-log uninitialized memory (v2)

Got a crash with babeltrace-log.

../../../babeltrace/include/babeltrace/mmap-align.h:78 index=0, whence=0)
  at ../../../babeltrace/formats/ctf/ctf.c:623
  at ../../../babeltrace/formats/ctf/ctf.c:576 _IO_2_1_stdin_
  at ../../babeltrace/converter/babeltrace-log.c:233
../../babeltrace/converter/babeltrace-log.c:342

This issue because pos is used before it init.  This patch init it in
function ctf_init_pos.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
converter/babeltrace-log.c
This page took 0.024334 seconds and 4 git commands to generate.