summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ea3c5183..635448a20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-03-20 Adam Jackson <ajax@freedesktop.org>
+
+ * hw/xfree86/common/xf86Init.c:
+ Bug #6213: Check geteuid's return value, not its address, otherwise
+ unprivileged users can set the modulepath and run arbitrary code.
+ Patch from Matthieu Herrb. (CVE-2006-0745, Coverity #4)
+
+ * configure.ac:
+ Bump to 1.0.2.
+
2006-03-16 Adam Jackson <ajax@freedesktop.org>
* render/picture.c: