summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorkhali <khali>2015-05-21 19:04:58 +0000
committerkhali <khali>2015-05-21 19:04:58 +0000
commitb76e823c0123f5b8335b01d911973b375e386ed4 (patch)
treeba60c29091cf0d4503527bc3689a8c2e9a7cf612 /CHANGELOG
parente12c754bd8efe3c6e4297b9f5dc7df26e5f8ac80 (diff)
downloaddmidecode-b76e823c0123f5b8335b01d911973b375e386ed4.tar.gz
dmidecode: Fix up invalid DMI type 34 structure length
Several boards have a bug where some type 34 structures have their length incorrectly set to 0x10 instead of 0x0B. This causes the first 5 characters of the device name to be trimmed. It's easy to check and fix, so do it, but warn.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6af286f..28ebb13 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+2015-05-21 Jean Delvare <jdelvare@suse.de>
+
+ * dmidecode.c: Fix up invalid DMI type 34 structure length.
+
2015-05-13 Jean Delvare <jdelvare@suse.de>
* dmidecode.c: Add support for SMBIOS3 EFI table.