diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |