Files
linux/drivers
William Lee Irwin III 98934def70 ACPI: video_device_list corruption
The ->cap fields of struct acpi_video_device and struct acpi_video_bus
are 1B each, not 4B. The oversized memset()'s corrupted the subsequent
list_head fields. This resulted in silent corruption without
CONFIG_DEBUG_LIST and BUG's with it. This patch uses sizeof() to pass
the proper bounds to the memset() calls and thereby correct the bugs.

Signed-off-by: William Irwin <wli@holomorphy.com>
Acked-by: Mikael Pettersson <mikpe@it.uu.se>
Signed-off-by: Len Brown <len.brown@intel.com>
2007-12-13 16:24:10 -05:00
..
2007-12-13 16:24:10 -05:00
…
2007-12-10 19:43:55 -08:00
2007-12-03 08:13:17 -08:00
…
…
…
…
2007-12-04 01:35:32 -05:00
2007-12-12 13:45:25 +01:00
2007-12-07 09:06:53 +00:00
…
2007-11-14 18:45:39 -08:00
2007-11-29 09:24:53 -08:00
…
…
2007-12-10 19:43:54 -08:00
…
…
2007-12-10 19:43:55 -08:00
…
…
2007-11-14 18:45:36 -08:00
…
…
…