On 15 Dec 2016, at 08:01, Colin Percival wrote:
>
> On 12/14/16 11:28, Dimitry Andric wrote:
>> Log:
>> In xbd_connect(), use correct scanf conversion specifiers for the
>> feature_barrier and feature_flush variables. Otherwise, adjacent
>> variables on the stack, such as sector_size, may be
On 12/14/16 11:28, Dimitry Andric wrote:
> Log:
> In xbd_connect(), use correct scanf conversion specifiers for the
> feature_barrier and feature_flush variables. Otherwise, adjacent
> variables on the stack, such as sector_size, may be overwritten, with
> disastrous results.
Thanks! Did