Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c2ff96c authored by Wonsik Kim's avatar Wonsik Kim Committed by android-build-merger
Browse files

Merge "m4v_h263: fix global buffer overflow" into lmp-dev am: c41471f6 am:...

Merge "m4v_h263: fix global buffer overflow" into lmp-dev am: c41471f6 am: 643dd1d8 am: 7648415f am: c5219075 am: fa75c184 am: b722ff00 am: 5a5be673
am: 19594343

Change-Id: I1173299ef3ac373e7abfdece7d8e392ae0ee526b
parents da750ecc 19594343
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -560,7 +560,7 @@ int PV_VlcDecMCBPC_com_inter_H263(BitstreamDecVideo *stream)

    BitstreamShow13Bits(stream, &code);

    if (code == 0)
    if (code < 8)
    {
        return VLC_CODE_ERROR;
    }