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

Commit 7648415f 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: 643dd1d8

Change-Id: I4550a8fa2b3d7f65f0a5e3af96b5251c7566422c
parents cf520f4f 643dd1d8
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;
    }