Fix: Unchecked array index when importing trace indexes
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 Feb 2014 19:42:36 +0000 (14:42 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 Feb 2014 19:42:36 +0000 (14:42 -0500)
commit51e0087fadefb86c71cf6a49eb558f81c7dd4561
tree7000dfb072fdb47066233195dbb546d6861764f3
parentc00617c9666237cc6456afb1b8143dfdba9c978d
Fix: Unchecked array index when importing trace indexes

import_stream_packet_index may access the streams array with an invalid
stream_id index when a stream has an index but is not declared in the
trace's metadata.

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