diff options
author | Sivaiah Nallagatla <snallagatla@novell.com> | 2004-03-16 00:30:35 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2004-03-16 00:30:35 +0800 |
commit | 1758c9fe42a45391d8d9fa084304fc6d4d054369 (patch) | |
tree | 9e458e23791f9cf08ac2d8b3e4e0f254b5c7ce9f /addressbook/ChangeLog | |
parent | 2060bbd57aebf43da04cb3c7e2dafb1780351422 (diff) | |
download | gsoc2013-evolution-1758c9fe42a45391d8d9fa084304fc6d4d054369.tar.gz gsoc2013-evolution-1758c9fe42a45391d8d9fa084304fc6d4d054369.tar.zst gsoc2013-evolution-1758c9fe42a45391d8d9fa084304fc6d4d054369.zip |
loop only up to < G_N_ELEMENTS instead of <= G_N_ELEMENTS. Prevents out of
2004-03-14 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/contact-editor/e-contact-editor.c (enable_writable_fields) :
loop only up to < G_N_ELEMENTS instead of <= G_N_ELEMENTS. Prevents
out of bound indexing of addresses array
svn path=/trunk/; revision=25073
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 f5339c55fb..b472de0e6b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2004-03-15 Sivaiah Nallagatla <snallagatla@novell.com> + + * gui/contact-editor/e-contact-editor.c (enable_writable_fields) : + loop only up to < G_N_ELEMENTS instead of <= G_N_ELEMENTS. Prevents + out of bound indexing of addresses array + 2004-03-15 Hao Sheng <hao.sheng@sun.com> * gui/component/Makefile.am : build a11y/addressbook dir |