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:33:01 +0000 (11:33 -0400)
commitaad71b201e308052e8bfe1e4fde61a2695ddb62d
tree0923a563402674b46d396524d57aa6c8c5898033
parent2331e04096ba51a3ad25ba20b9defcf2aae62f3b
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.025341 seconds and 4 git commands to generate.