diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-07-25 15:30:02 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-07-25 15:30:02 +0800 |
commit | b2470f6dd18cf7a5b1248ae0a10157d325f9205a (patch) | |
tree | ba28359ffe450f8096732b58344e722438002c44 /addressbook/ChangeLog | |
parent | 109c8d5aa6bece62bf80c281111975bf70784f02 (diff) | |
download | gsoc2013-evolution-b2470f6dd18cf7a5b1248ae0a10157d325f9205a.tar.gz gsoc2013-evolution-b2470f6dd18cf7a5b1248ae0a10157d325f9205a.tar.zst gsoc2013-evolution-b2470f6dd18cf7a5b1248ae0a10157d325f9205a.zip |
Added checks for all of the args of the exposed functions, so that we
2001-07-24 Jon Trowbridge <trow@ximian.com>
* gui/contact-list-editor/e-contact-list-model.c: Added checks
for all of the args of the exposed functions, so that
we won't crash on bad inputs. (Related to bug #4856.)
svn path=/trunk/; revision=11394
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 97216f6bb8..730f9cd396 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2001-07-24 Jon Trowbridge <trow@ximian.com> + + * gui/contact-list-editor/e-contact-list-model.c: Added checks + for all of the args of the exposed functions, so that + we won't crash on bad inputs. (Related to bug #4856.) + 2001-07-24 Jason Leach <jleach@ximian.com> * gui/merging/e-card-duplicate-detected.glade: "_Add Anyway" to |