summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali>2003-10-17 16:17:56 +0000
committerkhali <khali>2003-10-17 16:17:56 +0000
commitd301f748ee45b15d08713bc9780e2ebfaa3c9ff6 (patch)
tree0a7ba82f97d30ce9244c62044120fa7cfdd97bb1
parentfe93f991190927ea6834da39b01845dd4c1d5e87 (diff)
downloaddmidecode-d301f748ee45b15d08713bc9780e2ebfaa3c9ff6.tar.gz
Update.
-rw-r--r--CHANGELOG15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c9db494..9a1a420 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,18 @@
+2003-10-17 Jean Delvare <khali@linux-fr.org>
+
+ * biosdecode.c: Use (void) instead of __attribute__ ((usused)) to
+ declare that a function parameter isn't used. According to Alexandre
+ Duret-Lutz, this is the portable way do to it. Fix typo in comment.
+ * dmidecode.c: Fix typo.
+
+2003-10-16 Jean Delvare <khali@linux-fr.org>
+
+ * dmidecode.c: Remove useless comparison in dmi_system_boot_status.
+ Thanks to Alexandre Duret-Lutz for pointing this out.
+ * biosdecode.c: Add a missing length check in acpi_decode. Found
+ using Valgrind.
+ * biosdecode.c: Fix buffer overrun in main. Found using Valgrind.
+
2003-10-14 Jean Delvare <khali@linux-fr.org>
* dmidecode.c: Update DMTF reference addresses.