[PATCH 1/2] xfree86: dri2: check for drawable value

2010-06-29 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti --- I'm not exactly seeing any problem or segfault with this code. I just got this issue with the static analyzer. hw/xfree86/dri2/dri2.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/hw/xfree86/dri2/dri2.c b/hw/xfree86/dri2/dri2.c ind

Re: [PATCH 1/2] xfree86: dri2: check for drawable value

2010-06-29 Thread Michel Dänzer
On Die, 2010-06-29 at 19:00 +0300, Tiago Vignatti wrote: > Signed-off-by: Tiago Vignatti > --- > I'm not exactly seeing any problem or segfault with this code. I just got this > issue with the static analyzer. > > hw/xfree86/dri2/dri2.c |5 + > 1 files changed, 5 insertions(+), 0 deleti

Re: [PATCH 1/2] xfree86: dri2: check for drawable value

2010-06-30 Thread Vignatti Tiago (Nokia-D/Helsinki)
On Tue, Jun 29, 2010 at 06:52:18PM +0200, ext Michel Dänzer wrote: > On Die, 2010-06-29 at 19:00 +0300, Tiago Vignatti wrote: > > Signed-off-by: Tiago Vignatti > > --- > > I'm not exactly seeing any problem or segfault with this code. I just got > > this > > issue with the static analyzer. > >