xserver-multidpi/hw
Adam Jackson d322608dc9 Fix a buffer overrun on machines with excessively large PCI busses.
Formerly we sized an array with a compile time constant, then initialized
its size to the same constant, but the Linux PCI init code would increase
that "constant".  So if you happened to have more than 128 PCI devices,
you'd happily scribble into whatever variables happened to be in .bss
after that array.

Only really fixed for Linux atm.  Other OSes will simply (still) fail to
work on video devices above the 128th PCI device.
2007-04-25 16:29:48 -04:00
..
darwin Split the xserver/fb/fbcmap.c file into two files. 2007-04-03 09:28:21 -06:00
dmx Implement a minor hack in dmxCheckFunctionKeys() to detect special keys. 2007-04-03 11:21:50 -06:00
kdrive Input: Allow a pointer to a device to be returned in NIDR 2007-04-11 00:38:16 +03:00
vfb Split the xserver/fb/fbcmap.c file into two files. 2007-04-03 09:28:21 -06:00
xfree86 Fix a buffer overrun on machines with excessively large PCI busses. 2007-04-25 16:29:48 -04:00
xgl Static markup and dead code cull over xkb/. 2007-03-20 18:37:02 -04:00
xnest Bug #10560: Code-Cleanup: function declarations () -> (void) 2007-04-09 14:33:15 -07:00
xprint add DDXRingBell() stub to solve link problem 2007-04-03 09:30:24 -06:00
xwin Static markup and dead code cull over xkb/. 2007-03-20 18:37:02 -04:00
Makefile.am dix mods for Darwin 2007-02-17 01:21:43 -08:00