From 6efb0ab9b2054c122209305cf5c4833061f5ac6e Mon Sep 17 00:00:00 2001
From: Marco Paniconi <marpan@google.com>
Date: Wed, 18 Dec 2013 12:23:30 -0800
Subject: [PATCH] Fix to overflow in asan test (for vp8 encoder).

Change-Id: Ie67339ab3a16ce7669b5366a743812df93c52711
---
 vpx/src/vpx_encoder.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vpx/src/vpx_encoder.c b/vpx/src/vpx_encoder.c
index e0a29cb945..778ed2f0e3 100644
--- a/vpx/src/vpx_encoder.c
+++ b/vpx/src/vpx_encoder.c
@@ -149,6 +149,7 @@ vpx_codec_err_t vpx_codec_enc_init_multi_ver(vpx_codec_ctx_t      *ctx,
         cfg++;
         dsf++;
       }
+      ctx--;
     }
   }
 
-- 
GitLab