diff options
author | dolio <dolio> | 2004-09-17 05:20:35 +0000 |
---|---|---|
committer | dolio <dolio> | 2004-09-17 05:20:35 +0000 |
commit | ed88a4746832f69e65d866d732eadb2070456806 (patch) | |
tree | 00a906c1ee72591fd4a7405de31470e5de010d85 /ChangeLog | |
parent | Bug #1360: Fix a segfault by checking the return value of XQueryTree. (diff) | |
download | xcman-ed88a4746832f69e65d866d732eadb2070456806.tar.gz xcman-ed88a4746832f69e65d866d732eadb2070456806.tar.bz2 xcman-ed88a4746832f69e65d866d732eadb2070456806.tar.xz |
Added allocation failure checks in shadow_picture and caused it to exit
gracefully rather than writing to unallocated memory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-09-17 Dan Doel <dolio@case.edu> + + * xcompmgr.c: (shadow_picture): + Added some tests to check for failed pixmap/picture/gc allocations and + exit appropriately. + 2004-09-14 Adam Jackson <ajax@freedesktop.org> * xcompmgr.c: |