diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-06-03 07:06:42 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-06-03 07:06:42 +0000 |
commit | 4bc5a25c21006e547ff7fce7fff7544acbb22174 (patch) | |
tree | 1131660dedc1706245380ff2be67b73529050398 /ChangeLog | |
parent | 9680fbed52e3af20d226040958f91502b6027d2d (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-- | 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): |