On Tue, 31 Jan 2012, Jakub Jelinek wrote:
> Hi!
>
> Another thing discovered by valgrind on the same testcase.
> The problem was that ao.volatile_p field, added recently, hasn't
> been initialized in this spot. I think it is safer to use ao_ref_init,
> so that the next time some field is added t
Hi!
Another thing discovered by valgrind on the same testcase.
The problem was that ao.volatile_p field, added recently, hasn't
been initialized in this spot. I think it is safer to use ao_ref_init,
so that the next time some field is added the situation won't repeat.
Bootstrapped/regtested on x