Fix: elf: NULL pointer dereference
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 4 Sep 2015 05:35:47 +0000 (01:35 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 4 Sep 2015 05:35:47 +0000 (01:35 -0400)
commit5ada26b49f63b2c4f9e4e01aba69f9fb9e935c4f
treeb2c5387755277f1f9b6ea73453d76236d7eeec3f
parentf8128bc869b369325edf71c5eb617abe9be4c047
Fix: elf: NULL pointer dereference

Coverity reported:
CID 1321730 (#1 of 1): Dereference null return value (NULL_RETURNS)15.
dereference: Dereferencing a pointer that might be null _build_id when
calling lttng_ust_read.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ust-elf.c
This page took 0.023844 seconds and 5 git commands to generate.