summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7677391..969021b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+10-05-21 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/dialogs/about.c:
+ Typo.
+
+ * src/format/dex/pool.h:
+ * src/format/dex/pool.c:
+ Increase security by checking the requested index when reading a pool item.
+
10-05-20 Cyrille Bagard <nocbos@gmail.com>
* src/dialogs/about.c: