ref: 6efb0ab9b2054c122209305cf5c4833061f5ac6e
parent: 02d5ebcfdc400db32b4c4d874e3073e7604f034e
author: Marco Paniconi <marpan@google.com>
date: Wed Dec 18 07:23:30 EST 2013
Fix to overflow in asan test (for vp8 encoder). Change-Id: Ie67339ab3a16ce7669b5366a743812df93c52711
--- a/vpx/src/vpx_encoder.c
+++ b/vpx/src/vpx_encoder.c
@@ -149,6 +149,7 @@
cfg++;
dsf++;
}
+ ctx--;
}
}
--
⑨