Re: [Spice-devel] [spice-common 6/8] coverity: remove unused value

2016-04-04 Thread Christophe Fergeau
Acked-by: Christophe Fergeau (this code has been there forever in git, so this is not caused by some buggy modification to it). On Mon, Apr 04, 2016 at 10:03:37AM +0200, Fabiano FidĂȘncio wrote: > len is overwritten in the match label with the value from > "ip - anchor". > --- > common/lz_compre

[Spice-devel] [spice-common 6/8] coverity: remove unused value

2016-04-04 Thread Fabiano FidĂȘncio
len is overwritten in the match label with the value from "ip - anchor". --- common/lz_compress_tmpl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/lz_compress_tmpl.c b/common/lz_compress_tmpl.c index 3162a96..e316c4b 100644 --- a/common/lz_compress_tmpl.c +++ b/co