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

Commit 26a87d15 authored by Wonsik Kim's avatar Wonsik Kim
Browse files

m4v_h263: fix global buffer overflow

Bug: 65025028
Test: run POC
Change-Id: Ifa5cf0e3ced7188ed70849b04b57828518ccb5bf
parent 0d7d0ab1
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;
    }