summaryrefslogtreecommitdiff
path: root/daemon/slave.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/slave.c')
-rw-r--r--daemon/slave.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/slave.c b/daemon/slave.c
index 31b0584e..dfad1700 100644
--- a/daemon/slave.c
+++ b/daemon/slave.c
@@ -3471,7 +3471,8 @@ session_child_run (struct passwd *pwent,
/*
* If the .ICEauthority file is fishy, unlink
* it and let the next program that needs it
- * set it up again.
+ * set it up again. This is to resolve
+ * CVE-2006-1057.
*/
g_unlink (".ICEauthority");
}