xserver/hw/kdrive
Chris Clayton af1c57152e kdrive: fix build error on gcc 4.8 for out-of-bounds array access
I'm getting a error building xorg-server-1.14.1.902 with thelatest snapshot
of gcc-4.8:

input.c:225:43: error: array subscript is above array bounds
[-Werror=array-bounds]

This is because kdNumInputFds can become equal to KD_MAX_INPUT_FDS in
KdRegisterFd(). This means that in KdUnregisterFd(), kdInputFds[j + 1] can
be beyond the end of the array.

Signed-off-by: Chris Clayton <chris2553@googlemail.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-09-09 13:47:31 -06:00
..
ephyr ephyr: Fix crash on 24bpp host framebuffer 2013-05-14 16:34:56 +10:00
fake Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
fbdev Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
linux Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
src kdrive: fix build error on gcc 4.8 for out-of-bounds array access 2013-09-09 13:47:31 -06:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00
Xkdrive.man The great kdrive purge. 2008-05-16 08:16:01 -04:00