summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2015-04-27 08:45:40 +0000
committerJean Delvare <jdelvare@suse.de>2015-04-27 08:45:40 +0000
commit5bfb7ac8bbad3cf4477e2296686ea2e19020bf0d (patch)
treefb11d33230b05f37598c567c8157a6922d68c20e /CHANGELOG
parentaaf09f62ce6a8925239bf588521388be5fa6c2db (diff)
downloaddmidecode-git-5bfb7ac8bbad3cf4477e2296686ea2e19020bf0d.tar.gz
dmidecode: Stop decoding v3 tables at End-of-Table marker
The SMBIOS v3 64-bit entry points do not provide the exact size of the DMI table, only a maximum, so we have to stop decoding at the End-of-Table (127) type structure.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 35bfd10..dc0110a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,7 @@
* dmidecode.c: Add 4 new memory device types (DMI type 17).
* dmidecode.c: Add support for processors with more than 255 cores
or threads (DMI type 4).
+ * dmidecode.c: Stop decoding v3 tables at End-of-Table marker.
2015-04-21 Roy Franz <roy.franz@linaro.org>