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) ==16783==

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

2015-07-23 Thread Remi Gacogne
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) ==16783==by 0x44E662: http_process_res_common (proto_http.c:6528) ==16783==by