diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-13 17:37:40 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-13 17:37:40 +0800 |
commit | 5a89dabc7cfff27beb866f4e10768f21629bbba4 (patch) | |
tree | cde0d3cc056c6d6daba87b4957ee534f3b1e9209 /calendar/ChangeLog | |
parent | e7c808ae155ad50c9fd7c876c744054ab2be2a15 (diff) | |
download | gsoc2013-evolution-5a89dabc7cfff27beb866f4e10768f21629bbba4.tar.gz gsoc2013-evolution-5a89dabc7cfff27beb866f4e10768f21629bbba4.tar.zst gsoc2013-evolution-5a89dabc7cfff27beb866f4e10768f21629bbba4.zip |
add some array bounds checking as an attempt to isolate the crash in
2004-05-13 Not Zed <NotZed@Ximian.com>
* gui/e-week-view-event-item.c (e_week_view_event_item_draw): add
some array bounds checking as an attempt to isolate the crash in
#57644.
svn path=/trunk/; revision=25896
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 96b56aac6c..5b47fe211d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2004-05-13 Not Zed <NotZed@Ximian.com> + + * gui/e-week-view-event-item.c (e_week_view_event_item_draw): add + some array bounds checking as an attempt to isolate the crash in + #57644. + 2004-05-11 Not Zed <NotZed@Ximian.com> * gui/migration.c (migrate_calendars, migrate_tasks): add GError |