On Mon, Jul 31, 2017 at 9:39 AM, Jakub Jelinek wrote:
> Hi!
>
> bootstrap-ubsan reported taking address of a &distance->where when
> distance is NULL. The function has one block guarded with if (distance)
> and another guarded with if (failed), so I think this is just a pasto
> from the earlier i
Hi!
bootstrap-ubsan reported taking address of a &distance->where when
distance is NULL. The function has one block guarded with if (distance)
and another guarded with if (failed), so I think this is just a pasto
from the earlier if (distance) block.
Bootstrapped/regtested on x86_64-linux and i6