Re: [PATCH] MINOR: stream: initialize the current_rule field to NULL on stream init

2015-07-26 Thread Willy Tarreau
Hi RĂ©mi, On Thu, Jul 23, 2015 at 05:01:47PM +0200, Remi Gacogne wrote: > I stumbled upon a minor valgrind warning when testing a SSL change: > > ==16783== Conditional jump or move depends on uninitialised value(s) > ==16783==at 0x44E662: http_res_get_intercept_rule (proto_http.c:3730) > ==167

[PATCH] MINOR: stream: initialize the current_rule field to NULL on stream init

2015-07-23 Thread Remi Gacogne
efore being set, probably since commit 152b81e7b2565862956af883820d4f79177d0651. -- Remi From 99895c9786558d159ab35e0dde30123cc7633cab Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 22 Jul 2015 17:10:58 +0200 Subject: [PATCH] MINOR: stream: initialize the current_rule field to NULL on stream