Fix: fail on relayd lookup when finding a relayd is expected
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 24 Apr 2017 19:32:15 +0000 (15:32 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 8 May 2017 15:32:29 +0000 (11:32 -0400)
commit23c910e54c8399aceb95704cb2ae1dc5cc981001
tree1721e27319a02f67dd361807a8c3fe9020a06406
parent7c2551ef99cb5b7a927373a198013601ee43fd9a
Fix: fail on relayd lookup when finding a relayd is expected

An actual relayd lookup error leads to using the code path of a local
handling. Since stream->index_file is NULL when expecting a relayd, using
the code path for local handling results in an invalid access.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/consumer/consumer-stream.c
This page took 0.024378 seconds and 4 git commands to generate.