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
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