xserver-multidpi/hw/kdrive/src
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
..
fourcc.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
kcmap.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
kdrive.c kdrive: Fix const cast warnings in arguments processing. 2013-08-21 09:10:46 -07:00
kdrive.h kdrive: Fix const cast warnings in arguments processing. 2013-08-21 09:10:46 -07:00
kinfo.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
kinput.c kdrive: fix build error on gcc 4.8 for out-of-bounds array access 2013-09-06 07:04:17 +10:00
kmode.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
kshadow.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
kxv.c kdrive: fix "set but not used" warnings 2013-03-06 10:19:27 +10:00
kxv.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
Makefile.am Replace INCLUDES with AM_CPPFLAGS 2013-08-06 13:08:13 +10:00