Fix: Uninitialized pointer read
authorDavid Goulet <dgoulet@efficios.com>
Tue, 14 May 2013 16:52:32 +0000 (12:52 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 15 May 2013 14:21:07 +0000 (10:21 -0400)
commit3cc048812bf25b42003b40b6b868b9366faefafb
tree35c384836ff440af2d371f8b2cb6fc45333e1e70
parent36134aa184c8ed8f67a197d66d1310425abbf1ce
Fix: Uninitialized pointer read

The lttng poll clean call is slightly changed to handle negative epoll
fd so we don't close anything blindly creating perror() outputs for
nothing.

Issue 1019895 of coverity scan.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/main.c
src/common/compat/poll.h
This page took 0.024766 seconds and 4 git commands to generate.