On Mon, 12 Dec 2016, Julien Grall wrote:
> On 12/12/16 19:17, Stefano Stabellini wrote:
> > On Mon, 12 Dec 2016, Julien Grall wrote:
> > > Hi Stefano,
> > >
> > > On 09/12/16 19:46, Stefano Stabellini wrote:
> > > > pa_range_info has only 8 elements and is accessed using pa_range as
> > > > index.
On 12/12/16 19:17, Stefano Stabellini wrote:
On Mon, 12 Dec 2016, Julien Grall wrote:
Hi Stefano,
On 09/12/16 19:46, Stefano Stabellini wrote:
pa_range_info has only 8 elements and is accessed using pa_range as
index. pa_range is initialized to 16, potentially causing out of bound
access err
On Mon, 12 Dec 2016, Julien Grall wrote:
> Hi Stefano,
>
> On 09/12/16 19:46, Stefano Stabellini wrote:
> > pa_range_info has only 8 elements and is accessed using pa_range as
> > index. pa_range is initialized to 16, potentially causing out of bound
> > access errors. Fix the issue by checking th
Hi Stefano,
On 09/12/16 19:46, Stefano Stabellini wrote:
pa_range_info has only 8 elements and is accessed using pa_range as
index. pa_range is initialized to 16, potentially causing out of bound
access errors. Fix the issue by checking that pa_range is not greater
than the size of the array.
C
pa_range_info has only 8 elements and is accessed using pa_range as
index. pa_range is initialized to 16, potentially causing out of bound
access errors. Fix the issue by checking that pa_range is not greater
than the size of the array.
Coverity-ID: 1381865
Signed-off-by: Stefano Stabellini
dif