summaryrefslogtreecommitdiff
path: root/src/dialogs
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-05-20 22:10:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-05-20 22:10:04 (GMT)
commit8cf0f3612c5fcb940b0a80ab6325a5c08e060430 (patch)
tree523f22de616a490fc50065f2d5b152b936de1b52 /src/dialogs
parent44478b28bc5c4a8f9b064d0ae6936662e9ad11a9 (diff)
Increased security by checking the requested index when reading a pool item.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@162 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/about.c b/src/dialogs/about.c
index e182f8f..44ceaa8 100644
--- a/src/dialogs/about.c
+++ b/src/dialogs/about.c
@@ -58,8 +58,8 @@ GtkWidget *create_about_dialog(GtkWindow *parent)
gchar *filename; /* Chemin d'accès au fichier */
GtkWidget *image; /* Image chargée */
unsigned int revision; /* Numéro de révision */
- unsigned int i; /* Boucle de parcours */
unsigned int max; /* Nbre. de boucles à effectuer*/
+ unsigned int i; /* Boucle de parcours */
unsigned int level; /* Unité la plus importante */
char buffer[16]; /* Nom d'image à forger */
GtkWidget *label; /* Etiquette inférieure */