coreboot-kgpe-d16/tests/lib
Jakub Czapiga d5433afb28 tests/lib/spd_cache-test: Initialize spd_block.addr_map
Coverity reported unitialized array spd_block.addr_map which values are
not used. Add initialization to silence Coverity and avoid errors in
the future.

Signed-off-by: Jakub Czapiga <jacz@semihalf.com>
Found-by: Coverity CID 1453145 1453146 1453147 1453148 1453149
Change-Id: If301f9e5d9e06ad26769bd0717f1f906e620d82d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54355
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
2021-05-18 10:08:39 +00:00
..
Makefile.inc tests: Add lib/spd_cache-test test case 2021-05-14 08:59:29 +00:00
b64_decode-test.c
bootmem-test.c tests/lib/bootmem-test: Add initialization of lb_mem fields 2021-04-13 16:03:27 +00:00
cbmem_console-test.c
compute_ip_checksum-test.c
coreboot_table-test.c tests: Add lib/coreboot_table-test test case 2021-04-18 20:43:05 +00:00
crc_byte-test.c tests/lib/crc_byte-test: Fix incorrect variable types 2021-05-05 11:45:45 +00:00
dimm_info_util-test.c tests: Add lib/dimm_info_util-test test case 2021-04-15 07:38:05 +00:00
edid-test.c
fmap-test.c commonlib/region: Turn addrspace_32bit into a more official API 2021-04-21 02:06:26 +00:00
hexstrtobin-test.c
imd-test.c
imd_cbmem-test.c
list-test.c
malloc-test.c tests/lib/malloc-test: Fix possible memory overrun 2021-04-11 21:05:25 +00:00
memchr-test.c
memcmp-test.c
memcpy-test.c
memmove-test.c
memrange-test.c
memset-test.c
region_file-test.c commonlib/region: Turn addrspace_32bit into a more official API 2021-04-21 02:06:26 +00:00
rtc-test.c tests: Add lib/rtc-test test case 2021-04-21 09:18:56 +00:00
spd_cache-test.c tests/lib/spd_cache-test: Initialize spd_block.addr_map 2021-05-18 10:08:39 +00:00
stack-test.c
string-test.c
timestamp-test.c
uuid-test.c