shithub: libvpx

Download patch

ref: 5bafc2315df6465ab8fcbde7b0cee575d1a86140
parent: 89b6d40690e3773b2e1bc85a8917d4a1f9c202c4
parent: 6efb0ab9b2054c122209305cf5c4833061f5ac6e
author: Marco Paniconi <marpan@google.com>
date: Wed Dec 18 09:18:58 EST 2013

Merge "Fix to overflow in asan test (for vp8 encoder)."

--- a/vpx/src/vpx_encoder.c
+++ b/vpx/src/vpx_encoder.c
@@ -149,6 +149,7 @@
         cfg++;
         dsf++;
       }
+      ctx--;
     }
   }