From 1758c9fe42a45391d8d9fa084304fc6d4d054369 Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Mon, 15 Mar 2004 16:30:35 +0000 Subject: loop only up to < G_N_ELEMENTS instead of <= G_N_ELEMENTS. Prevents out of 2004-03-14 Sivaiah Nallagatla * 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 --- addressbook/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'addressbook/ChangeLog') 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 + + * 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 * gui/component/Makefile.am : build a11y/addressbook dir -- cgit v1.2.3