13 Jul
2018
13 Jul
'18
7:59 a.m.
Zebediah Figura <z.figura12(a)gmail.com> wrote:
expected_len -= min_sfti_len; smbios_table = HeapAlloc(GetProcessHeap(), 0, expected_len); - len = GetSystemFirmwareTable(RSMB, 0, smbios_table, expected_len); + len = pGetSystemFirmwareTable(RSMB, 0, smbios_table, expected_len);
I guess that an earlier call fails and the test is skipped but still it would be better to check the pGetSystemFirmwareTable for NULL. -- Dmitry.