commit | 9b9c2403f9e990397c2757a922a4022cfa0c8155 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Tue Mar 11 11:46:42 2014 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Thu Mar 20 12:35:12 2014 -0400 |
tree | 76b683446d0c69d73c5fae434eb23416717f8728 | |
parent | 5d598779b0d9b07e21b529e8495d2229245bfd5f [diff] |
smbios: Default all values to zero. Make sure to initialize the entire smbios area to zero so that any field not explicitly initialized does not have random values. (It was found that the memory_error_information_handle field in smbios_type_17 was not being set.) Signed-off-by: Kevin O'Connor <kevin@koconnor.net>