summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-06-03 07:06:42 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-06-03 07:06:42 +0000
commit4bc5a25c21006e547ff7fce7fff7544acbb22174 (patch)
tree1131660dedc1706245380ff2be67b73529050398 /ChangeLog
parent9680fbed52e3af20d226040958f91502b6027d2d (diff)
Coverity #369: If malloc of entry->wm_command fails, error cleanup was
still trying to read pointers from it to free.
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):