summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-04-07 15:58:58 +0000
committerDaniel Stone <daniel@fooishbar.org>2006-04-07 15:58:58 +0000
commitbf3fad9eff30bba4587548303dd3d96f3da5d494 (patch)
tree44f1c25f5009cfc1746e71b858a484315b5ea9b2 /ChangeLog
parent25e8b874b9f58e5e8035957465252539df13a85d (diff)
Coverity #982: Fix potential NULL dereference.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83b613a..467de34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
* src/maprules.c:
Fix signed vs unsigned char hilarity. (Bill Crawford)
+ * src/xkbout.c:
+ Coverity #982: Fix potential NULL dereference.
+
2006-03-27 Daniel Stone <daniel@freedesktop.org>
* configure.ac: