diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-05-20 22:10:04 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-05-20 22:10:04 (GMT) |
commit | 8cf0f3612c5fcb940b0a80ab6325a5c08e060430 (patch) | |
tree | 523f22de616a490fc50065f2d5b152b936de1b52 /ChangeLog | |
parent | 44478b28bc5c4a8f9b064d0ae6936662e9ad11a9 (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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: |