Re: [libvirt] [PATCH] virfile: safezero: fix buffer allocation max size

2013-10-04 Thread Michal Privoznik
On 04.10.2013 15:49, Oskari Saarenmaa wrote: > My previous commit 7dc1d4ab was supposed to change safezero to allocate > 1 megabyte at maximum, but had the logic reversed and will allocate 1 > megabyte at minimum (and a lot more at maximum.) > > Signed-off-by: Oskari Saarenmaa > --- > src/util/v

[libvirt] [PATCH] virfile: safezero: fix buffer allocation max size

2013-10-04 Thread Oskari Saarenmaa
My previous commit 7dc1d4ab was supposed to change safezero to allocate 1 megabyte at maximum, but had the logic reversed and will allocate 1 megabyte at minimum (and a lot more at maximum.) Signed-off-by: Oskari Saarenmaa --- src/util/virfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion