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

This commit is contained in:
Marco Paniconi 2013-12-18 14:18:58 -08:00 committed by Gerrit Code Review
commit 5bafc2315d

View File

@ -149,6 +149,7 @@ vpx_codec_err_t vpx_codec_enc_init_multi_ver(vpx_codec_ctx_t *ctx,
cfg++;
dsf++;
}
ctx--;
}
}