Re: [Mesa-dev] [PATCH v3] intel/decoder: fix the possible out of bounds group_iter

2018-09-03 Thread andrey simiklit
Hi, Thanks a lot. Regards, Andrii. On Mon, Sep 3, 2018 at 1:16 PM Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > Done. > > - > Lionel > > On 03/09/2018 08:55, andrey simiklit wrote: > > Hi all, > > Could somebody push this small patch to mesa? > > Regards, > Andrii. > On Mon, Aug

Re: [Mesa-dev] [PATCH v3] intel/decoder: fix the possible out of bounds group_iter

2018-09-03 Thread Lionel Landwerlin
Done. - Lionel On 03/09/2018 08:55, andrey simiklit wrote: Hi all, Could somebody push this small patch to mesa? Regards, Andrii. On Mon, Aug 20, 2018 at 9:13 PM Lionel Landwerlin mailto:lionel.g.landwer...@intel.com>> wrote: On 20/08/2018 17:20, asimiklit.w...@gmail.com

Re: [Mesa-dev] [PATCH v3] intel/decoder: fix the possible out of bounds group_iter

2018-09-03 Thread andrey simiklit
Hi all, Could somebody push this small patch to mesa? Regards, Andrii. On Mon, Aug 20, 2018 at 9:13 PM Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > On 20/08/2018 17:20, asimiklit.w...@gmail.com wrote: > > From: Andrii Simiklit > > > > The "gen_group_get_length" function can

Re: [Mesa-dev] [PATCH v3] intel/decoder: fix the possible out of bounds group_iter

2018-08-20 Thread Lionel Landwerlin
On 20/08/2018 17:20, asimiklit.w...@gmail.com wrote: From: Andrii Simiklit The "gen_group_get_length" function can return a negative value and it can lead to the out of bounds group_iter. v2: printing of "unknown command type" was added v3: just the asserts are added Signed-off-by: Andrii

[Mesa-dev] [PATCH v3] intel/decoder: fix the possible out of bounds group_iter

2018-08-20 Thread asimiklit . work
From: Andrii Simiklit The "gen_group_get_length" function can return a negative value and it can lead to the out of bounds group_iter. v2: printing of "unknown command type" was added v3: just the asserts are added Signed-off-by: Andrii Simiklit --- src/intel/common/gen_decoder.c | 5 -