xserver-multidpi/hw
Chris Clayton 1110b71e36 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-06 07:04:17 +10:00
..
dmx glxproxy: Use _XEatDataWords (from Xlib 1.6) instead of _XEatData 2013-07-17 18:10:41 -07:00
kdrive kdrive: fix build error on gcc 4.8 for out-of-bounds array access 2013-09-06 07:04:17 +10:00
vfb vfb: Initialize the GLX extension again. 2012-11-21 11:13:55 +11:00
xfree86 xfree86: de-duplicate some AM_CPPFLAGS 2013-08-06 13:14:56 +10:00
xnest Fix typo in header guard. 2013-07-17 18:11:41 -07:00
xquartz Full support of sRGB capable fbconfigs. 2013-03-18 10:02:00 -07:00
xwin Replace INCLUDES with AM_CPPFLAGS 2013-08-06 13:08:13 +10:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00