summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75b5414..5475530 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-03 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * src/session.c (ReadWinConfigEntry):
+ Coverity #369: If malloc of entry->wm_command fails, error cleanup
+ was still trying to read pointers from it to free.
+
2006-06-02 Alan Coopersmith <alan.coopersmith@sun.com>
* src/menus.c (ExecuteFunction):