coreboot-kgpe-d16/src/device
Edward O'Callaghan 31cef1f46e device/dram/ddr3.c: Fix sizeof on array func param overflow
The sizeof on array function parameter will return size of 'u8 *'
instead of 'spd_raw_data' (aka 'u8 [256]' leading to an overflow.

Found-by: Clang
Change-Id: I78e113a640b2953c853eb43bd6874e4694260b1f
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/7353
Tested-by: build bot (Jenkins)
Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
2014-11-08 07:09:34 +01:00
..
dram device/dram/ddr3.c: Fix sizeof on array func param overflow 2014-11-08 07:09:34 +01:00
oprom ARM: Generalize armv7 as arm. 2014-09-08 18:59:23 +02:00
agp_device.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
azalia_device.c azalia: Shrink boilerplate 2014-09-13 00:42:14 +02:00
cardbus_device.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
cpu_device.c device: Trivial - drop trailing blank lines at EOF 2014-07-08 13:52:03 +02:00
device.c PCI: Guard pci.h with CONFIG_PCI 2014-02-12 21:56:30 +01:00
device_romstage.c device: Trivial - drop trailing blank lines at EOF 2014-07-08 13:52:03 +02:00
device_util.c Remove stale char[] initialization causing unaligned memory access 2014-09-29 19:26:49 +02:00
hypertransport.c device: Fix spelling 2013-07-10 20:17:25 +02:00
Kconfig Kconfig: clean up options in top level and device menu 2014-10-17 14:36:53 +02:00
Makefile.inc azalia: Shrink boilerplate 2014-09-13 00:42:14 +02:00
pci_device.c device/pci_device.c: Sanitize headers 2014-06-25 11:32:24 +02:00
pci_early.c device/pci_early.c: Mixes up variants of a typedefs to 'u32' 2014-07-19 11:57:06 +02:00
pci_ops.c pci_ops.{c,h}: Don't hide pointers behind typedefs 2014-11-05 14:45:57 +01:00
pci_rom.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
pciexp_device.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
pcix_device.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
pnp_device.c pnp: Allow setting of misc register 0xf4 in device tree 2014-09-17 17:34:16 +02:00
root_device.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
smbus_ops.c smbus: Add guards to avoid calling NULL. 2014-02-01 18:38:32 +01:00