Re: [PATCH] condition decision based on uninitialized memory

2014-12-05 Thread Martin Liška
On 12/05/2014 02:00 PM, Jakub Jelinek wrote: On Fri, Dec 05, 2014 at 01:36:07PM +0100, Martin Liška wrote: I've just spent some time hunting memory leaks related to my isolated branch. Valgrind reports many following errors: ==13612== Conditional jump or move depends on uninitialised value(s) =

Re: [PATCH] condition decision based on uninitialized memory

2014-12-05 Thread Jakub Jelinek
On Fri, Dec 05, 2014 at 01:36:07PM +0100, Martin Liška wrote: > I've just spent some time hunting memory leaks related to my isolated branch. > Valgrind reports many following errors: > > ==13612== Conditional jump or move depends on uninitialised value(s) > ==13612==at 0xAC72A4: sparseset_bit

[PATCH] condition decision based on uninitialized memory

2014-12-05 Thread Martin Liška
Hello. I've just spent some time hunting memory leaks related to my isolated branch. Valgrind reports many following errors: ==13612== Conditional jump or move depends on uninitialised value(s) ==13612==at 0xAC72A4: sparseset_bit_p (sparseset.h:147) ==13612==by 0xAC72A4: sparseset_and_co