OSDN Git Service

avcodec/vp9dsp: fix overwrite by 1 in vert_left pred.
authorRonald S. Bultje <rbultje@gmail.com>
Sun, 20 Oct 2013 19:05:28 +0000 (21:05 +0200)
committerClément Bœsch <u@pkh.me>
Sun, 20 Oct 2013 19:16:53 +0000 (21:16 +0200)
commitfed483f188b3cd50d25068d74bda00b4f12f5fc8
treea36d561596547a1c796fb8fe5b4f7a263f8cb10a
parentb2d9790c2ba75b5e5ac5194042f4175cb66cc0e0
avcodec/vp9dsp: fix overwrite by 1 in vert_left pred.

The memset following the memcpy was silencing the problem since
re-writing that same byte.

Fixes CID1108597, CID1108598, (16x16)
      CID1108599, CID1108600, (8x8)
      CID1108601, CID1108602  (32x32)

Signed-off-by: Clément Bœsch <u@pkh.me>
libavcodec/vp9dsp.c